Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.22 KB | None | 0 0
  1. /**
  2.      * {@inheritdoc}
  3.      */
  4.     public function toObject()
  5.     {
  6.         $object = parent::toObject();
  7.         $object->dia = $this->dia;
  8.         $object->letivo = $this->letivo;
  9.  
  10.         return $object;
  11.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement