Beispiel #1
0
 public function __construct(CventObjectInterface $cventObject)
 {
     parent::__construct(self::RETRIEVE_CALL_NAME, $cventObject->type());
 }
Beispiel #2
0
 public function runQuery(CventConnection $connection)
 {
     $this->prepData();
     return parent::runQuery($connection);
 }