PHP 클래스 Credibility, Analysis-of-Competing-Hypotheses

* * * ACH is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * ACH is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with Open Source ACH. If not, see .
상속: extends FrameworkDatabase
파일 보기 프로젝트 열기: Burton/Analysis-of-Competing-Hypotheses 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$database_table_name
$insert_fields_to_ignore This is the table that this class interacts with.
$value These are tables fields that will be IGNORED when inserts happen.

공개 메소드들

메소드 설명
getAllCred ( $evidence, $users )
getUserEvidence ( $evidence_id )
getUserEvidenceUser ( $evidence_id, $this_user )
getUserUserEvidence ( $user_id, $evidence_id )
switchCred ( $toValue )

메소드 상세

getAllCred() 공개 정적인 메소드

public static getAllCred ( $evidence, $users )

getUserEvidence() 공개 메소드

public getUserEvidence ( $evidence_id )

getUserEvidenceUser() 공개 메소드

public getUserEvidenceUser ( $evidence_id, $this_user )

getUserUserEvidence() 공개 메소드

public getUserUserEvidence ( $user_id, $evidence_id )

switchCred() 공개 메소드

public switchCred ( $toValue )

프로퍼티 상세

$database_table_name 공개적으로 프로퍼티

public $database_table_name

$insert_fields_to_ignore 공개적으로 프로퍼티

This is the table that this class interacts with.
public $insert_fields_to_ignore

$value 공개적으로 프로퍼티

These are tables fields that will be IGNORED when inserts happen.
public $value