Exemplo n.º 1
0
 public function __wakeup()
 {
     parent::__wakeup();
     // @todo figure out why this happens.
     // prevent $fieldStorageDefinition being erroneously set to $this.
     $this->fieldStorageDefinition = NULL;
 }