maxParameterCount = 3; } /** * Returns false at all times since merging of parameters with another * operator is not possible. * * @param ezcTemplateOperatorTstNode $operator * @return bool */ public function canMergeParametersOf( ezcTemplateOperatorTstNode $operator ) { // We never allow merging. return false; } /** * * @todo Not implemented yet. * @return ezcTemplateAstNode */ public function transform() { } } ?>