Storm\Core\Object\PropertyData::GetProperties PHP 메소드

GetProperties() 최종 공개 메소드

final public GetProperties ( array $Identifiers = null ) : Storm\Core\Object\IProperty[]
$Identifiers array
리턴 Storm\Core\Object\IProperty[]
    public final function GetProperties(array $Identifiers = null)
    {
        return $Identifiers === null ? $this->Properties : array_intersect_key($this->Properties, array_flip(array_values($Identifiers)));
    }