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]);
    }