Example #1
0
 /**
  * Returns an array of related table names for all portals on
  * this layout.
  *
  * @return array List of related table names as strings.
  */
 function listRelatedSets()
 {
     return $this->_impl->listRelatedSets();
 }