required_properties as $property) { if (! isset($this->$property)) { throw new \RuntimeException('Required property missing: '.$property); } } } }