コード例 #1
0
 private function processTTLIsValidFunction($ttl)
 {
     $eZSIBlock = new eZSIBlockFunction();
     $key = 'dummykey';
     $functionParameters = $this->buildFunctionParameters($key, $ttl);
     return $eZSIBlock->ttlIsValid($this->templateResource, $this->textElements, $this->functionChildren, $functionParameters, $this->functionPlacement, $this->rootNamespace, $this->currentNamespace);
 }