public function validate()
 {
     return $this->basicInfo->validate() && $this->objectBlob->validate();
 }
Exemplo n.º 2
0
 public function toArray()
 {
     return [self::BASIC_INFO => $this->basicInfo->toArray(), self::BLOB => $this->blob->toArray()];
 }