Example #1
0
 /**
  * @return Quote[]|bool
  */
 public function readAll()
 {
     return parent::readAllRows(self::TABLE_NAME);
 }