Neos\Fusion\Tests\Functional\TypoScriptObjects\ExpressionsTest::expressionExamples PHP Метод

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

public expressionExamples ( )
    public function expressionExamples()
    {
        return array(array('expressions/calculus', 42), array('expressions/stringHelper', 'BAR'), array('expressions/dateHelper', '14.07.2013 12:14'), array('expressions/arrayHelper', 3), array('expressions/customHelper', 'Flow'), array('expressions/flowQuery', 3));
    }