Example #1
0
 /**
  * Returns the value of the item in the POST array.
  * @access public
  * @param $key
  * @return void
  */
 public function post($key, $defaultValue = null)
 {
     return parent::post($key, $defaultValue);
 }