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
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$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