public function <?phpclass Recipe { public $title; public function __construct($title) { $this->title = $title; }}