コード例 #1
0
 /**
  * Returns with the source's adapter
  *
  * @return AdapterInterface
  */
 public function getAdapter()
 {
     return $this->source->getAdapter();
 }