Storm\Core\Object\PropertyData::GetProperties PHP Method

GetProperties() final public method

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