name = $command->getName(); $this->script = $command->getScript(); $this->readOnly = $command->isReadOnly(); $this->comments = $command->getComments(); $this->createdAt = $command->getCreatedAt(); $this->createdBy = $command->getCreatedBy(); } }