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

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

Свойство Тип Описание
$comments These are other extra variables that don't need to be matched in the DB table.
$created_order These are tables fields that will be IGNORED when inserts happen.
$database_table_name
$insert_fields_to_ignore This is the table that this class interacts with.

Открытые методы

Метод Описание
created_sort ( $a, $b )
getComments ( $thread_id )
getCredFlag ( )
getCredWeight ( )
getDiag ( $this_evidence, $active_project )
getDiagCompare ( $this_evidence_id, $active_project, $user_1, $user_2 )
getDiagGroup ( $this_evidence_id, $active_project )
getDiagUser ( $this_evidence, $active_project, $this_user )
object_sort ( $a, $b )
showComments ( $thread_id )

Описание методов

created_sort() публичный Метод

public created_sort ( $a, $b )

getComments() публичный Метод

public getComments ( $thread_id )

getCredFlag() публичный Метод

public getCredFlag ( )

getCredWeight() публичный Метод

public getCredWeight ( )

getDiag() публичный Метод

public getDiag ( $this_evidence, $active_project )

getDiagCompare() публичный Метод

public getDiagCompare ( $this_evidence_id, $active_project, $user_1, $user_2 )

getDiagGroup() публичный Метод

public getDiagGroup ( $this_evidence_id, $active_project )

getDiagUser() публичный Метод

public getDiagUser ( $this_evidence, $active_project, $this_user )

object_sort() публичный Метод

public object_sort ( $a, $b )

showComments() публичный Метод

public showComments ( $thread_id )

Описание свойств

$comments публичное свойство

These are other extra variables that don't need to be matched in the DB table.
public $comments

$created_order публичное свойство

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

$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