Trait lispa\amos\core\forms\editors\m2mWidget\controllers\M2MWidgetControllerTrait

Implemented bylispa\amos\admin\controllers\FirstAccessWizardController, lispa\amos\admin\controllers\UserContactController, lispa\amos\admin\controllers\UserProfileController, lispa\amos\community\controllers\CommunityController, lispa\amos\community\controllers\SubcommunitiesController, lispa\amos\organizzazioni\controllers\ProfiloController, lispa\amos\partnershipprofiles\controllers\PartnershipProfilesController, lispa\amos\projectmanagement\controllers\ProjectsActivitiesController, lispa\amos\projectmanagement\controllers\ProjectsController, lispa\amos\projectmanagement\controllers\ProjectsTasksController

Class M2MWidgetControllerTrait

Public Methods

Hide inherited methods

MethodDescriptionDefined By
actionAdditionalAssociateM2m() lispa\amos\core\forms\editors\m2mWidget\controllers\M2MWidgetControllerTrait
actionAnnullaM2m() lispa\amos\core\forms\editors\m2mWidget\controllers\M2MWidgetControllerTrait
actionAssociaM2m() lispa\amos\core\forms\editors\m2mWidget\controllers\M2MWidgetControllerTrait
actionAssociateOneToMany() lispa\amos\core\forms\editors\m2mWidget\controllers\M2MWidgetControllerTrait
actionEliminaM2m() lispa\amos\core\forms\editors\m2mWidget\controllers\M2MWidgetControllerTrait
actionManageM2mAttributes() lispa\amos\core\forms\editors\m2mWidget\controllers\M2MWidgetControllerTrait
getAdditionalTargetUrl() lispa\amos\core\forms\editors\m2mWidget\controllers\M2MWidgetControllerTrait
getM2mAttributesManageViewPath() lispa\amos\core\forms\editors\m2mWidget\controllers\M2MWidgetControllerTrait
getMmStartKey() lispa\amos\core\forms\editors\m2mWidget\controllers\M2MWidgetControllerTrait
getMmTableAttributesDefault() lispa\amos\core\forms\editors\m2mWidget\controllers\M2MWidgetControllerTrait
getMmTableName() lispa\amos\core\forms\editors\m2mWidget\controllers\M2MWidgetControllerTrait
getMmTargetKey() lispa\amos\core\forms\editors\m2mWidget\controllers\M2MWidgetControllerTrait
getModuleClassName() lispa\amos\core\forms\editors\m2mWidget\controllers\M2MWidgetControllerTrait
getOptions() lispa\amos\core\forms\editors\m2mWidget\controllers\M2MWidgetControllerTrait
getRedirectAction() lispa\amos\core\forms\editors\m2mWidget\controllers\M2MWidgetControllerTrait
getStartObjClassName() lispa\amos\core\forms\editors\m2mWidget\controllers\M2MWidgetControllerTrait
getTargetObjClassName() lispa\amos\core\forms\editors\m2mWidget\controllers\M2MWidgetControllerTrait
getTargetUrl() lispa\amos\core\forms\editors\m2mWidget\controllers\M2MWidgetControllerTrait
getTargetUrlParams() lispa\amos\core\forms\editors\m2mWidget\controllers\M2MWidgetControllerTrait
getViewM2MWidgetGenericSearch() lispa\amos\core\forms\editors\m2mWidget\controllers\M2MWidgetControllerTrait
isCustomQuery() lispa\amos\core\forms\editors\m2mWidget\controllers\M2MWidgetControllerTrait
setAdditionalTargetUrl() lispa\amos\core\forms\editors\m2mWidget\controllers\M2MWidgetControllerTrait
setCustomQuery() lispa\amos\core\forms\editors\m2mWidget\controllers\M2MWidgetControllerTrait
setM2mAttributesManageViewPath() lispa\amos\core\forms\editors\m2mWidget\controllers\M2MWidgetControllerTrait
setMmStartKey() lispa\amos\core\forms\editors\m2mWidget\controllers\M2MWidgetControllerTrait
setMmTableAttributesDefault() lispa\amos\core\forms\editors\m2mWidget\controllers\M2MWidgetControllerTrait
setMmTableName() lispa\amos\core\forms\editors\m2mWidget\controllers\M2MWidgetControllerTrait
setMmTargetKey() lispa\amos\core\forms\editors\m2mWidget\controllers\M2MWidgetControllerTrait
setModuleClassName() lispa\amos\core\forms\editors\m2mWidget\controllers\M2MWidgetControllerTrait
setOptions() lispa\amos\core\forms\editors\m2mWidget\controllers\M2MWidgetControllerTrait
setRedirectAction() lispa\amos\core\forms\editors\m2mWidget\controllers\M2MWidgetControllerTrait
setRedirectArray() lispa\amos\core\forms\editors\m2mWidget\controllers\M2MWidgetControllerTrait
setStartObjClassName() lispa\amos\core\forms\editors\m2mWidget\controllers\M2MWidgetControllerTrait
setTargetObjClassName() lispa\amos\core\forms\editors\m2mWidget\controllers\M2MWidgetControllerTrait
setTargetUrl() lispa\amos\core\forms\editors\m2mWidget\controllers\M2MWidgetControllerTrait
setTargetUrlParams() lispa\amos\core\forms\editors\m2mWidget\controllers\M2MWidgetControllerTrait
setViewM2MWidgetGenericSearch() lispa\amos\core\forms\editors\m2mWidget\controllers\M2MWidgetControllerTrait

Method Details

actionAdditionalAssociateM2m() public method

public mixed actionAdditionalAssociateM2m ( $id )
$id
actionAnnullaM2m() public method

public void actionAnnullaM2m ( $id )
$id integer
actionAssociaM2m() public method

public mixed actionAssociaM2m ( $id )
$id
actionAssociateOneToMany() public method

public string actionAssociateOneToMany ( $id )
$id integer
actionEliminaM2m() public method

public void actionEliminaM2m ( $id, $targetId )
$id
$targetId
actionManageM2mAttributes() public method

public mixed actionManageM2mAttributes ( $id, $targetId )
$id
$targetId
genericFindModel() protected method

protected yii\db\ActiveRecord genericFindModel ( $ids )
$ids integer
return yii\db\ActiveRecord

The loaded model

throws yii\web\NotFoundHttpException

if the model cannot be found

getAdditionalTargetUrl() public method

public string getAdditionalTargetUrl ( )
getM2mAttributesManageViewPath() public method

public string getM2mAttributesManageViewPath ( )
getMmStartKey() public method

public null getMmStartKey ( )
getMmTableAttributesDefault() public method

public array getMmTableAttributesDefault ( )
getMmTableName() public method

public null getMmTableName ( )
getMmTargetKey() public method

public null getMmTargetKey ( )
getModuleClassName() public method

public string getModuleClassName ( )
getOptions() public method

public null getOptions ( )
getRedirectAction() public method

public null getRedirectAction ( )
getRedirectArray() protected method

protected array getRedirectArray ( $id null )
$id
getStartObjClassName() public method

public string getStartObjClassName ( )
getTargetObjClassName() public method

public string getTargetObjClassName ( )
getTargetUrl() public method

public string getTargetUrl ( )
getTargetUrlParams() public method

public array getTargetUrlParams ( )
getViewM2MWidgetGenericSearch() public method

public boolean getViewM2MWidgetGenericSearch ( )
isCustomQuery() public method

public boolean isCustomQuery ( )
setAdditionalTargetUrl() public method

public void setAdditionalTargetUrl ( $additionalTargetUrl )
$additionalTargetUrl string
setCustomQuery() public method

public void setCustomQuery ( $customQuery )
$customQuery boolean
setM2mAttributesManageViewPath() public method

public void setM2mAttributesManageViewPath ( $m2mAttributesManageViewPath )
$m2mAttributesManageViewPath string
setMmStartKey() public method

public void setMmStartKey ( $mmStartKey )
$mmStartKey null
setMmTableAttributesDefault() public method

public void setMmTableAttributesDefault ( $mmTableAttributesDefault )
$mmTableAttributesDefault array
setMmTableName() public method

public void setMmTableName ( $mmTableName )
$mmTableName null
setMmTargetKey() public method

public void setMmTargetKey ( $mmTargetKey )
$mmTargetKey null
setModuleClassName() public method

public void setModuleClassName ( $moduleClassName )
$moduleClassName string
setOptions() public method

public void setOptions ( $options )
$options null
setRedirectAction() public method

public void setRedirectAction ( $redirectAction )
$redirectAction null
setRedirectArray() public method

public void setRedirectArray ( $redirectArray )
$redirectArray array
setStartObjClassName() public method

public void setStartObjClassName ( $startObjClassName )
$startObjClassName string
setTargetObjClassName() public method

public void setTargetObjClassName ( $targetObjClassName )
$targetObjClassName string
setTargetUrl() public method

public void setTargetUrl ( $targetUrl )
$targetUrl string
setTargetUrlParams() public method

public void setTargetUrlParams ( $targetUrlParams )
$targetUrlParams array
setViewM2MWidgetGenericSearch() public method

public void setViewM2MWidgetGenericSearch ( $viewM2MWidgetGenericSearch )
$viewM2MWidgetGenericSearch boolean