ElggData::offsetExists PHP Метод

offsetExists() публичный Метод

Array access interface
См. также: ArrayAccess::offsetExists()
public offsetExists ( integer $offset ) : integer
$offset integer Offset
Результат integer
    public function offsetExists($offset)
    {
        return array_key_exists($offset, $this->attributes);
    }