Example #1
0
 /**
  * Ctor
  *
  * This is setting the model, and many variables as such as the parameters.
  *
  *
  * @see $this->setFormat()
  * @see Error
  * @uses Error
  * @param Frapi_Authorization $customAuthorization optional custom authorization
  */
 public function __construct($customAuthorization = null)
 {
     parent::__construct($customAuthorization);
     $this->outputOptions = $this->detectOutputFormat();
 }
Example #2
0
 /**
  * Ctor
  *
  * This is setting the model, and many variables as such as the parameters.
  *
  *
  * @see $this->setFormat()
  * @see Error
  * @uses Error
  */
 public function __construct()
 {
     parent::__construct();
     $this->setHeaders();
 }
Example #3
0
 /**
  * Ctor
  *
  * This is setting the model, and many variables as such as the parameters.
  *
  *
  * @see $this->setFormat()
  * @see Error
  * @uses Error
  * @param Frapi_Authorization $customAuthorization optional custom authorization
  */
 public function __construct($customAuthorization = null)
 {
     parent::__construct($customAuthorization);
     $this->options = $this->detectAndSetMimeType();
 }
Example #4
0
File: Api.php Project: Rud5G/frapi
 /**
  * Ctor
  *
  * This is setting the model, and many variables as such as the parameters.
  *
  *
  * @see $this->setFormat()
  * @see Error
  * @uses Error
  */
 public function __construct()
 {
     $this->options = $this->detectAndSetMimeType();
     parent::__construct();
 }
Example #5
0
 /**
  * Ctor
  *
  * This is setting the model, and many variables as such as the parameters.
  *
  *
  * @see $this->setFormat()
  * @see Error
  * @uses Error
  */
 public function __construct()
 {
     parent::__construct();
 }