PHP Class ApiPlatform\Core\Metadata\Extractor\AbstractExtractor

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

Protected Properties

Свойство Type Description
$paths
$resources

Méthodes publiques

Méthode Description
__construct ( array $paths )
getResources ( ) : array

Méthodes protégées

Méthode Description
extractPath ( string $path ) Extracts metadata from a given path.

Method Details

__construct() public méthode

public __construct ( array $paths )
$paths array

extractPath() abstract protected méthode

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

getResources() public méthode

public getResources ( ) : array
Résultat array

Property Details

$paths protected_oe property

protected $paths

$resources protected_oe property

protected $resources