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

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

Initialize the FileUpload object
public __construct ( array $arrAttributes = null )
$arrAttributes array
    public function __construct($arrAttributes = null)
    {
        parent::__construct($arrAttributes);
        $this->objUploader = new \FileUpload();
        $this->objUploader->setName($this->strName);
    }