File manager - Edit - /home/theblueo/tv/wp-content/plugins/sfwd-lms/includes/lib/wp-pro-quiz/lib/model/WpProQuiz_Model_StatisticRefModel.php
Back
<?php class WpProQuiz_Model_StatisticRefModel extends WpProQuiz_Model_Model { protected $_statisticRefId = 0; protected $_quizId = 0; protected $_userId = 0; protected $_createTime = 0; protected $_isOld = false; protected $_formData = null; protected $_minCreateTime = 0; protected $_maxCreateTime = 0; public function setStatisticRefId($_statisticRefId) { $this->_statisticRefId = (int)$_statisticRefId; return $this; } public function getStatisticRefId() { return $this->_statisticRefId; } public function setQuizId($_quizId) { $this->_quizId = (int)$_quizId; return $this; } public function getQuizId() { return $this->_quizId; } public function setUserId($_userId) { $this->_userId = (int)$_userId; return $this; } public function getUserId() { return $this->_userId; } public function setCreateTime($_createTime) { $this->_createTime = (int)$_createTime; return $this; } public function getCreateTime() { return $this->_createTime; } public function setIsOld($_isOld) { $this->_isOld = (bool)$_isOld; return $this; } public function isIsOld() { return $this->_isOld; } public function setFormData($_formData) { $this->_formData = $_formData === null ? null : (array)$_formData; return $this; } public function getFormData() { return $this->_formData; } public function setMinCreateTime($_minCreateTime) { $this->_minCreateTime = (int)$_minCreateTime; return $this; } public function getMinCreateTime() { return $this->_minCreateTime; } public function setMaxCreateTime($_maxCreateTime) { $this->_maxCreateTime = (int)$_maxCreateTime; return $this; } public function getMaxCreateTime() { return $this->_maxCreateTime; } public function get_object_as_array() { $object_vars = array( '_statisticRefId' => $this->getStatisticRefId(), '_quizId' => $this->getQuizId(), '_userId' => $this->getUserId(), '_createTime' => $this->getCreateTime(), '_isOld' => $this->isIsOld(), '_formData' => $this->getFormData(), '_minCreateTime' => $this->getMinCreateTime(), '_maxCreateTime' => $this->getMaxCreateTime() ); return $object_vars; } public function set_array_to_object( $array_vars = array() ) { foreach( $array_vars as $key => $value ) { switch( $key ) { case '_statisticRefId': $this->setStatisticRefId( $value ); break; case '_quizId': $this->setQuizId( $value ); break; case '_userId': $this->setUserId( $value ); break; case '_createTime': $this->setCreateTime( $value ); break; case '_isOld': $this->isIsOld( $value ); break; case '_formData': $this->setFormData( $value ); break; case '_minCreateTime': $this->setMinCreateTime( $value ); break; case '_maxCreateTime': $this->setMaxCreateTime( $value ); break; } } } }
| ver. 1.4 |
Github
|
.
| PHP 7.0.33 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings