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

Public Properties

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

Public Methods

Method Description
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 )

Method Details

created_sort() public method

public created_sort ( $a, $b )

getComments() public method

public getComments ( $thread_id )

getCredFlag() public method

public getCredFlag ( )

getCredWeight() public method

public getCredWeight ( )

getDiag() public method

public getDiag ( $this_evidence, $active_project )

getDiagCompare() public method

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

getDiagGroup() public method

public getDiagGroup ( $this_evidence_id, $active_project )

getDiagUser() public method

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

object_sort() public method

public object_sort ( $a, $b )

showComments() public method

public showComments ( $thread_id )

Property Details

$comments public_oe property

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

$created_order public_oe property

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

$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