size = $max_upload_size; } /** * Returns the maximum upload size. * * @return string * A translated string representation of the size of the file size limit * based on the PHP upload_max_filesize and post_max_size. */ public function getSize() { return $this->size; } }