Interfaces, Classes, Traits and Enums
- UniqueFieldInterface
Table of Contents
-
$dataSetEntity
: DataSetEntity
-
$routesCollection
: RoutesCollection
-
__construct()
: mixed
-
clearMarkedToDelete()
: void
-
deleteMany()
: void
-
deleteOne()
: void
-
find()
: array<string|int, mixed>
-
findById()
: RouteEntity|null
-
getAuthorField()
: string|null
-
getCategoryHistory()
: bool
-
getCreateDateField()
: string|null
-
getEditorField()
: string|null
-
getId()
: ObjectId
-
getType()
: string
-
getUniqueField()
: string|null
-
insertOne()
: bool
-
isExists()
: bool
-
isExistsById()
: bool
-
save()
: void
__construct()
public
__construct(DataSetEntity $dataSetEntity) : mixed
Parameters
-
$dataSetEntity
: DataSetEntity
-
Return values
mixed
—
clearMarkedToDelete()
public
clearMarkedToDelete() : void
Return values
void
—
deleteMany()
public
deleteMany(array<int, ObjectId> $ids) : void
Parameters
-
$ids
: array<int, ObjectId>
-
Return values
void
—
deleteOne()
public
deleteOne(ObjectId $id) : void
Parameters
-
$id
: ObjectId
-
Return values
void
—
find()
public
find([array<string|int, mixed> $filter = [] ][, array<string|int, mixed> $options = [] ]) : array<string|int, mixed>
Parameters
-
$filter
: array<string|int, mixed>
= []
-
-
$options
: array<string|int, mixed>
= []
-
Return values
array<string|int, mixed>
—
findById()
public
findById(ObjectId $id) : RouteEntity|null
Parameters
-
$id
: ObjectId
-
Return values
RouteEntity|null
—
getAuthorField()
public
getAuthorField() : string|null
Return values
string|null
—
getCategoryHistory()
public
getCategoryHistory() : bool
Return values
bool
—
getCreateDateField()
public
getCreateDateField() : string|null
Return values
string|null
—
getEditorField()
public
getEditorField() : string|null
Return values
string|null
—
getId()
public
getId() : ObjectId
Return values
ObjectId
—
getType()
public
getType() : string
Return values
string
—
getUniqueField()
public
getUniqueField() : string|null
Return values
string|null
—
insertOne()
public
insertOne(RouteEntity $route) : bool
Parameters
-
$route
: RouteEntity
-
Return values
bool
—
isExists()
public
isExists(mixed $filter) : bool
Parameters
-
$filter
: mixed
-
Return values
bool
—
isExistsById()
public
isExistsById(ObjectId $id) : bool
Parameters
-
$id
: ObjectId
-
Return values
bool
—
save()
public
save(RouteEntity $route) : void
Parameters
-
$route
: RouteEntity
-
Return values
void
—