Esempio n. 1
0
 public function __construct($environment, $debug)
 {
     parent::__construct($environment, $debug);
     $this->setContext(self::CONTEXT_ADMIN);
 }
Esempio n. 2
0
 /**
  * @inheritdoc
  * @param float $width
  */
 public function __construct($width)
 {
     $this->NormalizationFactor = M_PI / 2.0;
     parent::__construct($width);
 }
Esempio n. 3
0
 /**
  * @inheritdoc
  * @param float $width
  */
 public function __construct($width)
 {
     $this->NormalizationFactor = 140 / 81;
     parent::__construct($width);
 }
Esempio n. 4
0
 /**
  * @inheritdoc
  * @param float $width
  */
 public function __construct($width)
 {
     $this->NormalizationFactor = 6.0 / sqrt(2.0 * M_PI);
     parent::__construct($width);
 }