PHP 클래스 Habari\FeedbackHandler

상속: extends ActionHandler
파일 보기 프로젝트 열기: habari/system

공개 메소드들

메소드 설명
act_add_comment ( ) function add_comment adds a comment to a post, if the comment content is not NULL
add_comment ( mixed $post, string $name = null, string $email = null, string $url = null, string $content = null, array $extra = null ) Add a comment to the site

메소드 상세

act_add_comment() 공개 메소드

function add_comment adds a comment to a post, if the comment content is not NULL
public act_add_comment ( )

add_comment() 공개 메소드

Add a comment to the site
public add_comment ( mixed $post, string $name = null, string $email = null, string $url = null, string $content = null, array $extra = null )
$post mixed A Post object instance or Post object id
$name string The commenter's name
$email string The commenter's email address
$url string The commenter's website URL
$content string The comment content
$extra array An associative array of extra values that should be considered