Owl\Repositories\CommentRepositoryInterface::getCommentById PHP 메소드

getCommentById() 공개 메소드

Get a comment by comment id.
public getCommentById ( $id ) : Illuminate\Database\Eloquent\Model
$id int
리턴 Illuminate\Database\Eloquent\Model
    public function getCommentById($id);