Eccube\Form\Type\SearchProductBlockType::__construct PHP Method

__construct() public method

SearchProductType constructor.
public __construct ( Application $app )
$app Eccube\Application
    public function __construct(Application $app)
    {
        $this->app = $app;
    }