PHP Class ApiPlatform\Core\Metadata\Extractor\AbstractExtractor

Author: Kévin Dunglas ([email protected])
Inheritance: implements ApiPlatform\Core\Metadata\Extractor\ExtractorInterface
Datei anzeigen Open project: api-platform/core

Protected Properties

Property Type Description
$paths
$resources

Public Methods

Method Description
__construct ( array $paths )
getResources ( ) : array

Protected Methods

Method Description
extractPath ( string $path ) Extracts metadata from a given path.

Method Details

__construct() public method

public __construct ( array $paths )
$paths array

extractPath() abstract protected method

Extracts metadata from a given path.
abstract protected extractPath ( string $path )
$path string

getResources() public method

public getResources ( ) : array
return array

Property Details

$paths protected_oe property

protected $paths

$resources protected_oe property

protected $resources