Example #1
0
 /**
  * @param   string   $operand
  * @return  File
  */
 public function __construct($table)
 {
     parent::__construct($table);
 }
Example #2
0
 /**
  * @param   string   $operand
  * @return  File
  */
 public function __construct($column)
 {
     parent::__construct($column);
 }