コード例 #1
0
ファイル: juradopopular.php プロジェクト: ndrs92/PinchoWire
 public function comentar_pincho($pincho, $textcomentario)
 {
     UserMapper::comentar_pincho($pincho, $textcomentario, $this->idemail);
 }