Example #1
0
 public function __construct()
 {
     parent::__construct();
     // The normal invoice can be printed by a read-only user
     $this->readOnlySafe = true;
 }