Phrozn\Registry\Container::offsetExists PHP Метод

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

ArrayAccess method - check whether offset exists
public offsetExists ( mixed $offset ) : boolean
$offset mixed Offset to check
Результат boolean
    public function offsetExists($offset)
    {
        return isset($this->values[$offset]);
    }