cleanSection() 공개 메소드

Cleans the iSeed section
public cleanSection ( ) : boolean
리턴 boolean
예제 #1
0
 /**
  * Cleans the iSeed section
  *
  * @return bool 
  * @static 
  */
 public static function cleanSection()
 {
     return \Orangehill\Iseed\Iseed::cleanSection();
 }