PHP 클래스 DMS\Filter\Mapping\ClassMetadata

상속: implements DMS\Filter\Mapping\ClassMetadataInterface
파일 보기 프로젝트 열기: rdohms/dms-filter 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$className string
$filteredProperties array Properties that contain filtering rules

공개 메소드들

메소드 설명
__construct ( string $class ) Constructor
addPropertyRule ( $property, Rule $rule ) {@inheritDoc}
getClassName ( ) {@inheritDoc}
getFilteredProperties ( ) {@inheritDoc}
getPropertyRules ( $property ) {@inheritDoc}
getReflectionClass ( ) {@inheritDoc}
mergeRules ( DMS\Filter\Mapping\ClassMetadataInterface $metadata ) {@inheritDoc}

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( string $class )
$class string

addPropertyRule() 공개 메소드

{@inheritDoc}
public addPropertyRule ( $property, Rule $rule )
$rule DMS\Filter\Rules\Rule

getClassName() 공개 메소드

{@inheritDoc}
public getClassName ( )

getFilteredProperties() 공개 메소드

{@inheritDoc}

getPropertyRules() 공개 메소드

{@inheritDoc}
public getPropertyRules ( $property )

getReflectionClass() 공개 메소드

{@inheritDoc}
public getReflectionClass ( )

mergeRules() 공개 메소드

{@inheritDoc}
public mergeRules ( DMS\Filter\Mapping\ClassMetadataInterface $metadata )
$metadata DMS\Filter\Mapping\ClassMetadataInterface

프로퍼티 상세

$className 공개적으로 프로퍼티

public string $className
리턴 string

$filteredProperties 공개적으로 프로퍼티

Properties that contain filtering rules
public array $filteredProperties
리턴 array