getDocuments() 공개 메소드

사용 중단:
public getDocuments ( )
예제 #1
0
 private function addAutoGeneratedWarning(ClassType $class)
 {
     if (count($class->getDocuments())) {
         $class->addComment("");
     }
     $class->addComment("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!")->addComment("!!!                                                     !!!")->addComment("!!!   THIS CLASS HAS BEEN AUTO-GENERATED, DO NOT EDIT   !!!")->addComment("!!!                                                     !!!")->addComment("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
 }