Exemplo n.º 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();
 }
Exemplo n.º 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();
 }
Exemplo n.º 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();
 }
Exemplo n.º 4
0
Arquivo: Api.php Projeto: 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();
 }
Exemplo n.º 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();
 }