yii\base\ArrayAccessTrait::offsetExists PHP Méthode

offsetExists() public méthode

This method is required by the interface [[\ArrayAccess]].
public offsetExists ( mixed $offset ) : boolean
$offset mixed the offset to check on
Résultat boolean
    public function offsetExists($offset)
    {
        return isset($this->data[$offset]);
    }