Home
last modified time | relevance | path

Searched refs:getKeyValuePairs (Results 1 – 2 of 2) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/Node/Expression/
H A DArrayExpression.php25 foreach ($this->getKeyValuePairs() as $pair) {
32 public function getKeyValuePairs() function in Twig\\Node\\Expression\\ArrayExpression
48 foreach ($this->getKeyValuePairs() as $pair) {
72 foreach ($this->getKeyValuePairs() as $pair) {
H A DMethodCallExpression.php49 foreach ($this->getNode('arguments')->getKeyValuePairs() as $pair) {