PHP 클래스 Flarum\Event\PostWasHidden

파일 보기 프로젝트 열기: flarum/core

공개 프로퍼티들

프로퍼티 타입 설명
$actor Flarum\Core\User
$post Flarum\Core\Post\CommentPost

공개 메소드들

메소드 설명
__construct ( CommentPost $post, User $actor = null )

메소드 상세

__construct() 공개 메소드

public __construct ( CommentPost $post, User $actor = null )
$post Flarum\Core\Post\CommentPost
$actor Flarum\Core\User

프로퍼티 상세

$actor 공개적으로 프로퍼티

public User,Flarum\Core $actor
리턴 Flarum\Core\User

$post 공개적으로 프로퍼티

public CommentPost,Flarum\Core\Post $post
리턴 Flarum\Core\Post\CommentPost