Contao\PageSelector::__construct PHP Method

__construct() public method

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