MetaFox

CommentAdminRepository extends AbstractRepository
in package
implements CommentAdminRepositoryInterface Uses HasApprove

Class CommentAdminRepository.

Tags
SuppressWarnings

(PHPMD)

Table of Contents

Interfaces

CommentAdminRepositoryInterface
Interface Comment.

Properties

$disableSponsor  : mixed
$skipPresenter  : mixed

Methods

approve()  : bool
buildQueryScopes()  : mixed
cleanContent()  : string|null
cleanTitle()  : string|null
createMany()  : bool
decline()  : bool
Decline a comment.
find()  : Comment
getModel()  : Comment
getUserContractMorphTypeColumns()  : array<string|int, string>
hasSponsorView()  : bool
isNoSponsorView()  : bool
isPending()  : bool
likeOperator()  : string
return the case-insensitive LIKE operator bases on the current database driver.
model()  : string
viewPendingComment()  : Paginator
View pending comment.
where()  : $this
withUserMorphTypeActiveScope()  : self

Properties

Methods

approve()

public approve(User $context, int $id) : bool
Parameters
$context : User
$id : int
Tags
throws
AuthorizationException
Return values
bool

buildQueryScopes()

public buildQueryScopes(mixed $query, mixed $model, mixed $criteria) : mixed
Parameters
$query : mixed
$model : mixed
$criteria : mixed

cleanContent()

public cleanContent(string|null $string) : string|null
Parameters
$string : string|null
Return values
string|null

cleanTitle()

public cleanTitle(string|null $string) : string|null
Parameters
$string : string|null
Return values
string|null

createMany()

public createMany(array<string|int, mixed> $items) : bool
Parameters
$items : array<string|int, mixed>
Return values
bool

decline()

Decline a comment.

public decline(int $id) : bool
Parameters
$id : int
Return values
bool

getUserContractMorphTypeColumns()

public getUserContractMorphTypeColumns() : array<string|int, string>
Return values
array<string|int, string>

hasSponsorView()

public hasSponsorView(array<string|int, mixed> $attributes) : bool
Parameters
$attributes : array<string|int, mixed>
Return values
bool

isNoSponsorView()

public isNoSponsorView(string|null $view) : bool
Parameters
$view : string|null
Return values
bool

likeOperator()

return the case-insensitive LIKE operator bases on the current database driver.

public likeOperator() : string
Return values
string

viewPendingComment()

View pending comment.

public viewPendingComment(array<string|int, mixed> $attributes) : Paginator
Parameters
$attributes : array<string|int, mixed>
Return values
Paginator

where()

public where(array<string|int, mixed> $params) : $this
Parameters
$params : array<string|int, mixed>
Tags
throws
RepositoryException
Return values
$this

withUserMorphTypeActiveScope()

public withUserMorphTypeActiveScope() : self
Return values
self

        
On this page

Search results