$attributeList public property public $attributeList = null
$baseClass public property public $baseClass = 'yii\mongodb\ActiveRecord'
init() public method Initializes the object. This method is invoked at the end of the constructor after the object is initialized with the given configuration. public void init ( )
addContent() public method Adds string content to the upload. This method can invoked several times before complete() is called. public $this addContent ( $content )$content string Binary content. return $this Self reference.
cancel() public method Cancels the upload. public void cancel ( )
addStream() public method Adds stream content to the upload. This method can invoked several times before complete() is called. public $this addStream ( $stream )$stream resource Data source stream. return $this Self reference.
addFile() public method Adds a file content to the upload. This method can invoked several times before complete() is called. public $this addFile ( $filename )$filename string Source file name. return $this Self reference.
complete() public method Completes upload. public array complete ( )return array Saved document.
$length public property Total upload length in bytes. public integer $length = 0
$filename public property Filename to be used for file storage. public string $filename = null
Page 209 of 633