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