Latte\Runtime\FilterExecutor::getAll PHP 메소드

getAll() 공개 메소드

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