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