PHP Class 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 .
Inheritance: extends FrameworkDatabase
Mostra file Open project: Burton/Analysis-of-Competing-Hypotheses Class Usage Examples

Public Properties

Property Type Description
$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.

Public Methods

Method Description
getAllCred ( $evidence, $users )
getUserEvidence ( $evidence_id )
getUserEvidenceUser ( $evidence_id, $this_user )
getUserUserEvidence ( $user_id, $evidence_id )
switchCred ( $toValue )

Method Details

getAllCred() public static method

public static getAllCred ( $evidence, $users )

getUserEvidence() public method

public getUserEvidence ( $evidence_id )

getUserEvidenceUser() public method

public getUserEvidenceUser ( $evidence_id, $this_user )

getUserUserEvidence() public method

public getUserUserEvidence ( $user_id, $evidence_id )

switchCred() public method

public switchCred ( $toValue )

Property Details

$database_table_name public_oe property

public $database_table_name

$insert_fields_to_ignore public_oe property

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

$value public_oe property

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