Example #1
0
 public function __construct($bookId, $options = array())
 {
     $this->deleteSourceFile = false;
     parent::__construct($bookId, $options);
     $this->sourceFiles = array();
     if ($this->getOptionValue('deleteSourceFile') == 'true') {
         $this->deleteSourceFile = true;
     }
 }
Example #2
0
 public function __construct($bookId, $options = array())
 {
     parent::__construct($bookId);
     $this->options = $options;
 }