예제 #1
0
파일: rb.php 프로젝트: abhikalotra/Samples1
 /**
  * Constructor.
  * Cache decorates RedBeanPHP OODB class, so needs a writer.
  *
  * @param RedBean_QueryWriter $writer
  */
 public function __construct(RedBean_QueryWriter $writer)
 {
     parent::__construct($writer);
 }