Elcodi\Admin\BannerBundle\Form\Type\BannerType::__construct PHP Метод

__construct() публичный Метод

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;
    }