macroLabel() 공개 메소드

..}
public macroLabel ( MacroNode $node, PhpWriter $writer )
$node Latte\MacroNode
$writer Latte\PhpWriter
예제 #1
0
 public function macroLabel(MacroNode $node, PhpWriter $writer)
 {
     return $this->getBeforeRenderCalling($writer) . parent::macroLabel($node, $writer);
 }