Exemplo n.º 1
0
 /**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->type = "transient";
     $this->hasDetail = false;
     $this->messages = array();
 }
Exemplo n.º 2
0
 /**
  * Constructor.
  */
 public function __construct($name)
 {
     parent::__construct();
     $this->name = $name;
     $this->id = false;
     $this->reference = new Uws_Model_Resource_ReferenceAttrGrp();
 }
Exemplo n.º 3
0
 /**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->id = false;
     $this->byReference = false;
     $this->isPost = false;
     $this->value = false;
 }
Exemplo n.º 4
0
 /**
  * Constructor.
  */
 public function __construct($name)
 {
     parent::__construct();
     $this->name = $name;
     $this->jobId = false;
     $this->runId = false;
     $this->ownerId = false;
     $this->phase = "PENDING";
     $this->quote = false;
     $this->startTime = false;
     $this->endTime = false;
     $this->executionDuration = 0;
     $this->destruction = false;
     $this->parameters = array();
     $this->results = array();
     $this->errorSummary = false;
     $this->jobInfo = array();
 }
Exemplo n.º 5
0
 /**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->jobref = array();
 }
Exemplo n.º 6
0
 /**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->type = "simple";
     $this->href = false;
 }