Contao\CoreBundle\Security\User\ContaoUserProvider::__construct PHP Méthode

__construct() public méthode

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