Example #1
0
 /**
  * Constructor.
  *
  * @param Alpha\Model\ActiveRecord $BO
  *
  * @throws Alpha\Exception\IllegalArguementException
  *
  * @since 1.0
  */
 protected function __construct($BO)
 {
     self::$logger = new Logger('SequenceView');
     self::$logger->debug('>>__construct(BO=[' . var_export($BO, true) . '])');
     parent::__construct($BO);
     self::$logger->debug('<<__construct');
 }