$data = $this->title_map[$page_type] ?? new EngineError('There is no Data for this type.');
if ($data instanceof EngineError) {
throw $data;
}
$four = $this->one->two->three['four'];
if ($four->five) {
$a = $four->five;
$b = $four->five + 1;
$c = $four->five - 1;
}