* @copyright Meritoo.pl */ class B extends A { protected $name = 'Lorem Ipsum'; public function getName() { return $this->name; } }