content() 공개 메소드

public content ( )
예제 #1
0
 public function templateContents()
 {
     $classStubPlaceholderReplacer = new ControllerClassStubPlaceholderReplacer($this);
     return $classStubPlaceholderReplacer->content();
 }