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

상속: extends Observation
파일 보기 프로젝트 열기: Burton/Analysis-of-Competing-Hypotheses 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$database_table_name
$insert_fields_to_ignore This is the table that this class interacts with.

공개 메소드들

메소드 설명
getComments ( $thread_id ) These are tables fields that will be IGNORED when inserts happen.
showComments ( $thread_id )

메소드 상세

getComments() 공개 메소드

These are tables fields that will be IGNORED when inserts happen.
public getComments ( $thread_id )

showComments() 공개 메소드

public showComments ( $thread_id )

프로퍼티 상세

$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