PHP - Classes and Objects
You want to declare a PHP class
Book with a property $title initialized to "PHP Basics" and a method getTitle() that returns the title. Which is the correct class declaration?