1: <?php 2: 3: namespace Deimos\Helper; 4: 5: interface InterfaceHelper 6: { 7: public function __construct(Helper $helper); 8: }