yii\base\ArrayAccessTrait::offsetExists PHP Метод

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

This method is required by the interface [[\ArrayAccess]].
public offsetExists ( mixed $offset ) : boolean
$offset mixed the offset to check on
Результат boolean
    public function offsetExists($offset)
    {
        return isset($this->data[$offset]);
    }