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