Exemplo n.º 1
0
 /**
  * Basis Formular setzen:
  * @param Myself_Form_PageAble $main
  */
 public static function setMainForm(Myself_Form_PageAble_Interface $main)
 {
     if (self::$_main_form === null) {
         self::$_main_form = $main;
     }
 }