예제 #1
0
 /**
  *
  * @return Ajde_Shop_Transaction
  */
 public function getTransaction()
 {
     return parent::getTransaction();
 }
예제 #2
0
파일: Method.php 프로젝트: nabble/ajde-core
 /**
  *
  * @return Ajde_Shop_Transaction
  */
 protected function getTransaction()
 {
     return parent::getTransaction();
 }