Endpoint
extends Writable
in package
Table of Contents
Properties
Methods
- __construct() : mixed
- getPath() : string
- mergeWith() : void
Properties
$path
Relative path to class from `BaseMapper->getBasePath()`
protected
string
$path
$logger
private
LoggerInterface
$logger
Methods
__construct()
public
__construct(LoggerInterface $logger, string $path, string $namespace[, null|string|Type $baseType = null ][, string|null $description = null ]) : mixed
Parameters
- $logger : LoggerInterface
- $path : string
-
Relative path to class from
BaseMapper->getBasePath() - $namespace : string
- $baseType : null|string|Type = null
- $description : string|null = null
getPath()
public
getPath() : string
Return values
stringmergeWith()
public
mergeWith(PHPClass $other) : void
Parameters
- $other : PHPClass