Ejemplo n.º 1
0
 /**
  * @param APPLICATION $context Main application.
  */
 public function __construct($context)
 {
     parent::__construct($context);
     $this->privileges = $context->make_privileges();
 }