Exemplo n.º 1
0
 protected function createStorageReflection()
 {
     $reflection = parent::createStorageReflection();
     $reflection->addMapping('id', 'dept_no');
     $reflection->addMapping('name', 'dept_name');
     return $reflection;
 }
Exemplo n.º 2
0
 protected function createStorageReflection()
 {
     $reflection = parent::createStorageReflection();
     $reflection->addMapping('employee', 'emp_no');
     return $reflection;
 }
 protected function createStorageReflection()
 {
     $reflection = parent::createStorageReflection();
     $reflection->addMapping('text', 'tweet_text');
     return $reflection;
 }