Contao\PageSelector::__construct PHP Метод

__construct() публичный Метод

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