Exemplo n.º 1
0
 /**
  *
  * @param string $apikey
  * @return DataTypeShare 
  */
 public function getShare($apikey)
 {
     return DataTypeShare::GetByDataTypeAndApiKey($this, $apikey);
 }