LiquidContext::hasKey PHP Метод

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

Returns true if the given key will properly resolve
public hasKey ( string $key ) : boolean
$key string
Результат boolean
    public function hasKey($key)
    {
        return !is_null($this->resolve($key));
    }