You are here

public function Twig_Tests_Node_Expression_CallTest::customFunction in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/twig/twig/test/Twig/Tests/Node/Expression/CallTest.php \Twig_Tests_Node_Expression_CallTest::customFunction()

File

vendor/twig/twig/test/Twig/Tests/Node/Expression/CallTest.php, line 101

Class

Twig_Tests_Node_Expression_CallTest

Code

public function customFunction($arg1, $arg2 = 'default', $arg3 = array()) {
}