Phrozn\Registry\Container::offsetExists PHP Méthode

offsetExists() public méthode

ArrayAccess method - check whether offset exists
public offsetExists ( mixed $offset ) : boolean
$offset mixed Offset to check
Résultat boolean
    public function offsetExists($offset)
    {
        return isset($this->values[$offset]);
    }