isComplete() public static method

Return true if the installation is complete
public static isComplete ( ) : boolean
return boolean True if the installation is complete
Esempio n. 1
0
 /**
  * Returns true if the installation is complete.
  *
  * @return bool True if the installation is complete
  */
 public function isComplete()
 {
     return $this->config->isComplete();
 }