Exemplo n.º 1
0
 /** 
  * A getter for the unsatisfied dependencies list.
  * @return  an array representing the unsatisfied dependencies list.
  */
 public static function getUnsatisfiedDependencies()
 {
     return parent::getUnsatisfiedDependencies();
 }