OrnoTest\Assets\Bar::__construct PHP Méthode

__construct() public méthode

public __construct ( BazInterface $baz )
$baz BazInterface
    public function __construct(BazInterface $baz)
    {
        $this->baz = $baz;
    }