예제 #1
0
 /**
  * Gets the name of the field that represents the discussion's container.
  * This must be an integer field.
  *
  * @return string
  */
 public function getContainerKeyName()
 {
     return $this->_discussionDefinition->getContainerKeyName();
 }
예제 #2
0
 /**
  * Gets the field name of the container this message belongs to. This may
  * be a discussion (eg, thread) or something more general (a user for profile posts).
  *
  * @return string
  */
 public function getContainerKeyName()
 {
     return $this->_messageDefinition->getContainerKeyName();
 }