eZ\Publish\Core\MVC\Symfony\Translation\ValidationErrorFileVisitor::visitPhpFile PHP Method

visitPhpFile() public method

public visitPhpFile ( SplFileInfo $file, JMS\TranslationBundle\Model\MessageCatalogue $catalogue, array $ast )
$file SplFileInfo
$catalogue JMS\TranslationBundle\Model\MessageCatalogue
$ast array
    public function visitPhpFile(\SplFileInfo $file, MessageCatalogue $catalogue, array $ast)
    {
        $this->file = $file;
        $this->catalogue = $catalogue;
        $this->traverser->traverse($ast);
    }