You are here

property DB_storage::$_readonly in Flickr API 5

flag that decides if data in this object can be changed. objects that don't have their table's key column in their property lists will be flagged as read-only.

File

phpFlickr/PEAR/DB/storage.php, line 70

Class

DB_storage
Provides an object interface to a table row

Code

var $_readonly = false;