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