Interface lispa\amos\community\models\CommunityInterface
Class CommunityInterface
Public Methods
Method | Description | Defined By |
---|---|---|
getCommunity() | This method return the ActiveQuery to search the model related community. | lispa\amos\community\models\CommunityInterface |
getCommunityId() | Getter method for community_id field. | lispa\amos\community\models\CommunityInterface |
setCommunityId() | Setter method for community_id field. | lispa\amos\community\models\CommunityInterface |
Method Details
This method return the ActiveQuery to search the model related community.
public abstract yii\db\ActiveQuery getCommunity ( ) |
Getter method for community_id field.
public abstract integer getCommunityId ( ) |
Setter method for community_id field.
public abstract void setCommunityId ( $communityId ) | ||
$communityId | integer |