Exemplo n.º 1
0
 /**
  * PHP5 contructor
  *
  * @since 1.0.0
  */
 function __construct($options)
 {
     self::$Options = $options;
     /*
     $return = $this->optionsframework_machine($options);
     
     $this->Inputs = $return[0];
     $this->Menu = $return[1];
     $this->Defaults = $return[2];
     */
 }