Contao\FileSelector::__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);
    }