コード例 #1
0
 /**
  * Transform record to category
  * 
  * @param Record $record
  */
 public function transform(Record $record)
 {
     return $record->getStatus();
 }