Advertisement
Guest User

stat array

a guest
Apr 23rd, 2014
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.30 KB | None | 0 0
  1. Stat Object
  2. (
  3. [name] => Stat
  4. [recursive] => 1
  5. [actsAs] => Array
  6. (
  7. [0] => Containable
  8. )
  9.  
  10. [belongsTo] => Array
  11. (
  12. [MentorPlaceFacilitator] => Array
  13. (
  14. [className] => User
  15. [fields] => Array
  16. (
  17. [0] => MentorPlaceFacilitator.first_name
  18. [1] => MentorPlaceFacilitator.last_name
  19. )
  20.  
  21. [foreignKey] => mentor_place_facilitator_id
  22. [conditions] =>
  23. [order] =>
  24. [counterCache] =>
  25. )
  26.  
  27. [Application] => Array
  28. (
  29. [className] => Application
  30. [foreignKey] => application_id
  31. [conditions] =>
  32. [fields] =>
  33. [order] =>
  34. [counterCache] =>
  35. )
  36.  
  37. )
  38.  
  39. [useDbConfig] => default
  40. [useTable] => stats
  41. [id] =>
  42. [data] => Array
  43. (
  44. )
  45.  
  46. [schemaName] =>
  47. [table] => stats
  48. [primaryKey] => id
  49. [_schema:protected] =>
  50. [validate] => Array
  51. (
  52. )
  53.  
  54. [validationErrors] => Array
  55. (
  56. )
  57.  
  58. [validationDomain] =>
  59. [plugin] =>
  60. [alias] => Stat
  61. [tableToModel] => Array
  62. (
  63. [stats] => Stat
  64. )
  65.  
  66. [cacheQueries] =>
  67. [hasOne] => Array
  68. (
  69. )
  70.  
  71. [hasMany] => Array
  72. (
  73. )
  74.  
  75. [hasAndBelongsToMany] => Array
  76. (
  77. )
  78.  
  79. [Behaviors] => BehaviorCollection Object
  80. (
  81. [modelName] => Stat
  82. [_methods:protected] => Array
  83. (
  84. [contain] => Array
  85. (
  86. [0] => Containable
  87. [1] => contain
  88. )
  89.  
  90. [resetBindings] => Array
  91. (
  92. [0] => Containable
  93. [1] => resetBindings
  94. )
  95.  
  96. [containments] => Array
  97. (
  98. [0] => Containable
  99. [1] => containments
  100. )
  101.  
  102. [fieldDependencies] => Array
  103. (
  104. [0] => Containable
  105. [1] => fieldDependencies
  106. )
  107.  
  108. [containmentsMap] => Array
  109. (
  110. [0] => Containable
  111. [1] => containmentsMap
  112. )
  113.  
  114. )
  115.  
  116. [_mappedMethods:protected] => Array
  117. (
  118. )
  119.  
  120. [_enabled:protected] => Array
  121. (
  122. [Containable] => Array
  123. (
  124. [0] => 10
  125. [1] => 1
  126. )
  127.  
  128. )
  129.  
  130. [_loaded:protected] => Array
  131. (
  132. [Containable] => ContainableBehavior Object
  133. (
  134. [types] => Array
  135. (
  136. [0] => belongsTo
  137. [1] => hasOne
  138. [2] => hasMany
  139. [3] => hasAndBelongsToMany
  140. )
  141.  
  142. [runtime] => Array
  143. (
  144. )
  145.  
  146. [settings] => Array
  147. (
  148. [priority] => 10
  149. [FacilitatedMentor] => Array
  150. (
  151. [recursive] => 1
  152. [notices] => 1
  153. [autoFields] => 1
  154. )
  155.  
  156. [Facilitator] => Array
  157. (
  158. [recursive] => 1
  159. [notices] => 1
  160. [autoFields] => 1
  161. )
  162.  
  163. [User] => Array
  164. (
  165. [recursive] => 1
  166. [notices] => 1
  167. [autoFields] => 1
  168. )
  169.  
  170. [Role] => Array
  171. (
  172. [recursive] => 1
  173. [notices] => 1
  174. [autoFields] => 1
  175. )
  176.  
  177. [GradeLevel] => Array
  178. (
  179. [recursive] => 1
  180. [notices] => 1
  181. [autoFields] => 1
  182. )
  183.  
  184. [AdditionalExpertise] => Array
  185. (
  186. [recursive] => 1
  187. [notices] => 1
  188. [autoFields] => 1
  189. )
  190.  
  191. [Application] => Array
  192. (
  193. [recursive] => 1
  194. [notices] => 1
  195. [autoFields] => 1
  196. )
  197.  
  198. [Stat] => Array
  199. (
  200. [recursive] => 1
  201. [notices] => 1
  202. [autoFields] => 1
  203. )
  204.  
  205. )
  206.  
  207. [mapMethods] => Array
  208. (
  209. )
  210.  
  211. )
  212.  
  213. )
  214.  
  215. [defaultPriority] => 10
  216. )
  217.  
  218. [whitelist] => Array
  219. (
  220. )
  221.  
  222. [cacheSources] => 1
  223. [findQueryType] =>
  224. [order] =>
  225. [virtualFields] => Array
  226. (
  227. )
  228.  
  229. [_associationKeys:protected] => Array
  230. (
  231. [belongsTo] => Array
  232. (
  233. [0] => className
  234. [1] => foreignKey
  235. [2] => conditions
  236. [3] => fields
  237. [4] => order
  238. [5] => counterCache
  239. )
  240.  
  241. [hasOne] => Array
  242. (
  243. [0] => className
  244. [1] => foreignKey
  245. [2] => conditions
  246. [3] => fields
  247. [4] => order
  248. [5] => dependent
  249. )
  250.  
  251. [hasMany] => Array
  252. (
  253. [0] => className
  254. [1] => foreignKey
  255. [2] => conditions
  256. [3] => fields
  257. [4] => order
  258. [5] => limit
  259. [6] => offset
  260. [7] => dependent
  261. [8] => exclusive
  262. [9] => finderQuery
  263. [10] => counterQuery
  264. )
  265.  
  266. [hasAndBelongsToMany] => Array
  267. (
  268. [0] => className
  269. [1] => joinTable
  270. [2] => with
  271. [3] => foreignKey
  272. [4] => associationForeignKey
  273. [5] => conditions
  274. [6] => fields
  275. [7] => order
  276. [8] => limit
  277. [9] => offset
  278. [10] => unique
  279. [11] => finderQuery
  280. )
  281.  
  282. )
  283.  
  284. [_associations:protected] => Array
  285. (
  286. [0] => belongsTo
  287. [1] => hasOne
  288. [2] => hasMany
  289. [3] => hasAndBelongsToMany
  290. )
  291.  
  292. [__backAssociation] => Array
  293. (
  294. )
  295.  
  296. [__backInnerAssociation] => Array
  297. (
  298. )
  299.  
  300. [__backOriginalAssociation] => Array
  301. (
  302. )
  303.  
  304. [__backContainableAssociation] => Array
  305. (
  306. )
  307.  
  308. [_insertID:protected] =>
  309. [_sourceConfigured:protected] =>
  310. [findMethods] => Array
  311. (
  312. [all] => 1
  313. [first] => 1
  314. [count] => 1
  315. [neighbors] => 1
  316. [list] => 1
  317. [threaded] => 1
  318. )
  319.  
  320. [_eventManager:protected] =>
  321. [_validator:protected] =>
  322. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement