Trismegiste\Mondrian\Visitor\FqcnHelper::beforeTraverse PHP Method

beforeTraverse() public method

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();
    }