Contao\CoreBundle\EventListener\DoctrineSchemaListener::__construct PHP Method

__construct() public method

Constructor.
public __construct ( DcaSchemaProvider $provider )
$provider Contao\CoreBundle\Doctrine\Schema\DcaSchemaProvider
    public function __construct(DcaSchemaProvider $provider)
    {
        $this->provider = $provider;
    }