Interface lispa\amos\core\interfaces\ContentModelSearchInterface
Interface ContentModelSearchInterface
Public Methods
Method | Description | Defined By |
---|---|---|
searchAllQuery() | This method returns the ActiveQuery object that contains the query to retrieve logged user all contents. | lispa\amos\core\interfaces\ContentModelSearchInterface |
searchCreatedByMeQuery() | This method returns the ActiveQuery object that contains the query to retrieve created by logged user contents. | lispa\amos\core\interfaces\ContentModelSearchInterface |
searchDefaultOrder() | This method define the search default order. | lispa\amos\core\interfaces\ContentModelSearchInterface |
searchOwnInterestsQuery() | This method returns the ActiveQuery object that contains the query to retrieve logged user own interest contents. | lispa\amos\core\interfaces\ContentModelSearchInterface |
searchToValidateQuery() | This method returns the ActiveQuery object that contains the query to retrieve logged user to validate contents. | lispa\amos\core\interfaces\ContentModelSearchInterface |
Method Details
This method returns the ActiveQuery object that contains the query to retrieve logged user all contents.
public abstract yii\db\ActiveQuery searchAllQuery ( $params ) | ||
$params | array |
This method returns the ActiveQuery object that contains the query to retrieve created by logged user contents.
public abstract yii\db\ActiveQuery searchCreatedByMeQuery ( $params ) | ||
$params | array |
This method define the search default order.
public abstract yii\data\BaseDataProvider searchDefaultOrder ( $dataProvider ) | ||
$dataProvider | yii\data\BaseDataProvider |
This method returns the ActiveQuery object that contains the query to retrieve logged user own interest contents.
public abstract yii\db\ActiveQuery searchOwnInterestsQuery ( $params ) | ||
$params | array |
This method returns the ActiveQuery object that contains the query to retrieve logged user to validate contents.
public abstract yii\db\ActiveQuery searchToValidateQuery ( $params ) | ||
$params | array |