Contao\FileSelector::__construct PHP Méthode

__construct() public méthode

Load the database object
public __construct ( array $arrAttributes = null )
$arrAttributes array
    public function __construct($arrAttributes = null)
    {
        $this->import('Database');
        parent::__construct($arrAttributes);
    }