PHP 클래스 ApiPlatform\Core\Metadata\Extractor\AbstractExtractor

저자: Kévin Dunglas ([email protected])
상속: implements ApiPlatform\Core\Metadata\Extractor\ExtractorInterface
파일 보기 프로젝트 열기: api-platform/core

보호된 프로퍼티들

프로퍼티 타입 설명
$paths
$resources

공개 메소드들

메소드 설명
__construct ( array $paths )
getResources ( ) : array

보호된 메소드들

메소드 설명
extractPath ( string $path ) Extracts metadata from a given path.

메소드 상세

__construct() 공개 메소드

public __construct ( array $paths )
$paths array

extractPath() 추상적인 보호된 메소드

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

getResources() 공개 메소드

public getResources ( ) : array
리턴 array

프로퍼티 상세

$paths 보호되어 있는 프로퍼티

protected $paths

$resources 보호되어 있는 프로퍼티

protected $resources