PHP 클래스 App\Events\Forum\TopicUpdate

상속: use trait Illuminate\Queue\SerializesModels
파일 보기 프로젝트 열기: ppy/osu-web

공개 프로퍼티들

프로퍼티 타입 설명
$post
$topic
$user

공개 메소드들

메소드 설명
__construct ( Topic $topic, Post $post, User $user = null )

메소드 상세

__construct() 공개 메소드

public __construct ( Topic $topic, Post $post, User $user = null )
$topic App\Models\Forum\Topic
$post App\Models\Forum\Post
$user app\models\User

프로퍼티 상세

$post 공개적으로 프로퍼티

public $post

$topic 공개적으로 프로퍼티

public $topic

$user 공개적으로 프로퍼티

public $user