Elcodi\Admin\BannerBundle\Form\Type\BannerType::__construct PHP Method

__construct() public method

Construct
public __construct ( string $imageNamespace, string $bannerZoneNamespace )
$imageNamespace string Image namespace
$bannerZoneNamespace string BannerZone namespace
    public function __construct($imageNamespace, $bannerZoneNamespace)
    {
        $this->imageNamespace = $imageNamespace;
        $this->bannerZoneNamespace = $bannerZoneNamespace;
    }