示例#1
0
 /**
  * Constructor activating the default information of the class
  *
  * @access	protected
  */
 function __construct($options = array())
 {
     $options = array('name' => 'jceplayer', 'title' => 'JCE MediaPlayer', 'params' => self::getParams());
     parent::__construct($options);
 }