Latte\Runtime\FilterExecutor::getAll PHP Méthode

getAll() public méthode

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