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

offsetExists() final public method

final public offsetExists ( $Property )
    public final function offsetExists($Property)
    {
        return isset($this->PropertyData[$Property->GetIdentifier()]);
    }