AbstractDataset
Table of Contents
-
$dataSetEntity
: DataSetEntity
-
__construct()
: mixed
-
getAuthorField()
: string|null
-
getCategoryHistory()
: bool
-
getCreateDateField()
: string|null
-
getEditorField()
: string|null
-
getId()
: ObjectId
-
getType()
: string
-
getUniqueField()
: string|null
__construct()
public
__construct(DataSetEntity $dataSetEntity) : mixed
Parameters
-
$dataSetEntity
: DataSetEntity
-
Return values
mixed
—
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
—