Package | com.myflashlab.air.extensions.firebase.db |
Class | public class DBMutableData |
Inheritance | DBMutableData Object |
Property | Defined By | ||
---|---|---|---|
key : String [read-only]
The key name of this location, or null if it is the top-most location
| DBMutableData | ||
priority : String
Indicates the current priority at this location. | DBMutableData | ||
value : * [read-only]
returns the data contained in this instance as native types. | DBMutableData |
Method | Defined By | ||
---|---|---|---|
continueAbort():void | DBMutableData | ||
continueSuccess():void | DBMutableData | ||
setValue($value:*):void
Set the data at this location to the given value. | DBMutableData |
key | property |
key:String
[read-only] The key name of this location, or null if it is the top-most location
public function get key():String
priority | property |
priority:String
Indicates the current priority at this location.
public function get priority():String
public function set priority(value:String):void
value | property |
value:*
[read-only]
returns the data contained in this instance as native types. The possible types returned are:
public function get value():*
continueAbort | () | method |
public function continueAbort():void
continueSuccess | () | method |
public function continueSuccess():void
setValue | () | method |
public function setValue($value:*):void
Set the data at this location to the given value. The native types accepted by this method for the value correspond to the JSON types:
Parameters
$value:* |