Storm\Core\Object\PropertyData::GetProperties PHP Méthode

GetProperties() final public méthode

final public GetProperties ( array $Identifiers = null ) : Storm\Core\Object\IProperty[]
$Identifiers array
Résultat 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)));
    }