Exemplo n.º 1
0
 /**
  * @param \Orm\Zed\Category\Persistence\SpyCategory $categoryEntity
  *
  * @return \Generated\Shared\Transfer\CategoryTransfer
  */
 public function convertCategory(SpyCategory $categoryEntity)
 {
     return (new CategoryTransfer())->fromArray($categoryEntity->toArray());
 }