Trismegiste\Mondrian\Visitor\FqcnHelper::beforeTraverse PHP Метод

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

public beforeTraverse ( array $nodes )
$nodes array
    public function beforeTraverse(array $nodes)
    {
        // if the visitor is used without PhpFile nodes
        $this->namespace = null;
        $this->aliases = array();
    }