예제 #1
0
 protected function createStorageReflection()
 {
     $reflection = parent::createStorageReflection();
     $reflection->addMapping('id', 'dept_no');
     $reflection->addMapping('name', 'dept_name');
     return $reflection;
 }
예제 #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;
 }