Exemple #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();
 }
Exemple #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();
 }
Exemple #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();
 }
Exemple #4
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()
 {
     $this->options = $this->detectAndSetMimeType();
     parent::__construct();
 }
Exemple #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();
 }