cleanSection() public method

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