Exemplo n.º 1
0
 /**
  * Method description
  *
  * More detailed method description
  * @param    void
  */
 function __construct($id = null)
 {
     parent::__construct($id);
 }
Exemplo n.º 2
0
 /**
  * Method description
  *
  * More detailed method description
  * @param    void
  */
 function __construct($id = null)
 {
     $this->setMaxFileSize(sizeFromString(ini_get('upload_max_filesize')));
     parent::__construct($id);
 }