/** * {@inheritdoc} * @see \Scalr\Model\AbstractEntity::load() */ public function load($obj, $tableAlias = null) { parent::load($obj); if (empty($this->ccId) || $this->ccId === '00000000-0000-0000-0000-000000000000') { $this->ccId = null; } if (empty($this->projectId) || $this->projectId === '00000000-0000-0000-0000-000000000000') { $this->projectId = null; } }