Latte\Runtime\FilterExecutor::getAll PHP Method

getAll() public method

Returns all run-time filters.
public getAll ( ) : string[]
return string[]
    public function getAll()
    {
        return array_combine($tmp = array_keys($this->_static), $tmp);
    }