コード例 #1
0
ファイル: Object.php プロジェクト: maestrano/maestrano-php
 public static function init()
 {
     self::$permanentAttributes = new Maestrano_Util_Set(array('_preset', 'id'));
     self::$nestedUpdatableAttributes = new Maestrano_Util_Set(array('metadata'));
 }