isPreview; } /** * Get a property from aspect * * @throws AspectPropertyNotFoundException */ public function get(string $name): bool { if ($name == 'isPreview') { return $this->isPreview; } throw new AspectPropertyNotFoundException('Property "' . $name . '" not found in Aspect "' . __CLASS__ . '".', 1563375558); } }