Contao\CoreBundle\Security\User\ContaoUserProvider::__construct PHP Method

__construct() public method

Constructor.
public __construct ( Contao\CoreBundle\Framework\ContaoFrameworkInterface $framework )
$framework Contao\CoreBundle\Framework\ContaoFrameworkInterface
    public function __construct(ContaoFrameworkInterface $framework)
    {
        $this->framework = $framework;
    }