Home
last modified time | relevance | path

Searched refs:getFoo (Results 1 – 11 of 11) sorted by relevance

/plugin/findologicxmlexport/vendor/jms/metadata/tests/
H A DMethodMetadataTest.php36 $this->assertNull($obj->getFoo());
38 $this->assertEquals('foo', $obj->getFoo());
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/fixtures/f008/
H A DA.php14 public function getFoo() function in DeepCopy\\f008\\A
/plugin/findologicxmlexport/vendor/jms/metadata/tests/Fixtures/
H A DTestObject.php11 public function getFoo() function in Metadata\\Tests\\Fixtures\\TestObject
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DObjectWithObjectProperty.php24 public function getFoo() function in JMS\\Serializer\\Tests\\Fixtures\\ObjectWithObjectProperty
H A DSimpleObject.php30 public function getFoo() function in JMS\\Serializer\\Tests\\Fixtures\\SimpleObject
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/
H A Ddefined.test22 {{ object.getFoo() is defined ? 'ok' : 'ko' }}
23 {{ object.getFoo('a') is defined ? 'ok' : 'ko' }}
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/
H A Dmethod_call.test5 {{ items.foo.getFoo() }}
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Ddefault.test30 {{ object.getFoo() |default('default') is same as('default') ? 'ko' : 'ok' }}
31 {{ object.getFoo('a') |default('default') is same as('default') ? 'ko' : 'ok' }}
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DJsonSerializationTest.php221 self::assertEquals('bar', $object->getFoo());
229 self::assertEquals('bar', $object->getFoo());
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DIntegrationTest.php70 public function getFoo() function in TwigTestFoo
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG169 * fixed precedence between getFoo() and isFoo() in Twig_Template::getAttribute()