示例#1
0
 /**
  * Returns the id of the site.
  *
  * @return integer|null Id of the site
  */
 public function getSiteId()
 {
     return (int) parent::getId();
 }