Class lispa\amos\sondaggi\models\GeneratoreSondaggio
Inheritance | lispa\amos\sondaggi\models\GeneratoreSondaggio » yii\base\Model » yii\base\Component » yii\base\Object |
---|---|
Implements | ArrayAccess, IteratorAggregate, yii\base\Arrayable, yii\base\Configurable |
Uses Traits | yii\base\ArrayableTrait |
Class GeneratoreSondaggio
Public Properties
Public Methods
Method | Description | Defined By |
---|---|---|
__call() | Calls the named method which is not a class method. | yii\base\Component |
__clone() | This method is called after the object is created by cloning an existing one. | yii\base\Component |
__construct() | Constructor. | yii\base\Object |
__get() | Returns the value of a component property. | yii\base\Component |
__isset() | Checks if a property is set, i.e. defined and not null. | yii\base\Component |
__set() | Sets the value of a component property. | yii\base\Component |
__unset() | Sets a component property to be null. | yii\base\Component |
activeAttributes() | Returns the attribute names that are subject to validation in the current scenario. | yii\base\Model |
addError() | Adds a new error to the specified attribute. | yii\base\Model |
addErrors() | Adds a list of errors. | yii\base\Model |
afterValidate() | This method is invoked after validation ends. | yii\base\Model |
attachBehavior() | Attaches a behavior to this component. | yii\base\Component |
attachBehaviors() | Attaches a list of behaviors to the component. | yii\base\Component |
attributeHints() | Returns the attribute hints. | yii\base\Model |
attributeLabels() | Returns the attribute labels. | yii\base\Model |
attributes() | Returns the list of attribute names. | yii\base\Model |
beforeValidate() | This method is invoked before validation starts. | yii\base\Model |
behaviors() | Returns a list of behaviors that this component should behave as. | yii\base\Component |
canGetProperty() | Returns a value indicating whether a property can be read. | yii\base\Component |
canSetProperty() | Returns a value indicating whether a property can be set. | yii\base\Component |
className() | Returns the fully qualified name of this class. | yii\base\Object |
clearErrors() | Removes errors for all attributes or a single attribute. | yii\base\Model |
creaModel() | Genera il Model nel percorso specificato per la pagina indicata | lispa\amos\sondaggi\models\GeneratoreSondaggio |
creaValidator() | Genera la classe Validatrice nel percorso specificato | lispa\amos\sondaggi\models\GeneratoreSondaggio |
creaView() | Genera la View nel percorso specificato per la pagina indicata | lispa\amos\sondaggi\models\GeneratoreSondaggio |
createValidators() | Creates validator objects based on the validation rules specified in rules(). | yii\base\Model |
defaultTemplate() | Returns the root path to the default code template files. | lispa\amos\sondaggi\models\GeneratoreSondaggio |
detachBehavior() | Detaches a behavior from the component. | yii\base\Component |
detachBehaviors() | Detaches all behaviors from the component. | yii\base\Component |
ensureBehaviors() | Makes sure that the behaviors declared in behaviors() are attached to this component. | yii\base\Component |
extraFields() | Returns the list of fields that can be expanded further and returned by toArray(). | yii\base\ArrayableTrait |
fields() | Returns the list of fields that should be returned by default by toArray() when no specific fields are specified. | yii\base\ArrayableTrait |
formName() | Returns the form name that this model class should use. | yii\base\Model |
generaCampi() | Genera le rules del model. | lispa\amos\sondaggi\models\GeneratoreSondaggio |
generaFunzioni() | Genera le funzioni per validare i dati | lispa\amos\sondaggi\models\GeneratoreSondaggio |
generaJavascript() | Genera il codice javascript per le domande condizionate in modo da farle visualizzare o nascondere, il funzionamento è differenziato in base alla presenza di domande condizionate in questa pagina oppure in pagine precedenti | lispa\amos\sondaggi\models\GeneratoreSondaggio |
generaLabel() | Genera le label del model | lispa\amos\sondaggi\models\GeneratoreSondaggio |
generaSave() | Genera la funzione di salvataggio della pagina | lispa\amos\sondaggi\models\GeneratoreSondaggio |
generateAttributeLabel() | Generates a user friendly attribute label based on the give attribute name. | yii\base\Model |
generateAttributi() | Genera gli attributi del model. | lispa\amos\sondaggi\models\GeneratoreSondaggio |
generateRules() | Genera le rules del model. | lispa\amos\sondaggi\models\GeneratoreSondaggio |
getActiveValidators() | Returns the validators applicable to the current $scenario. | yii\base\Model |
getAttributeHint() | Returns the text hint for the specified attribute. | yii\base\Model |
getAttributeLabel() | Returns the text label for the specified attribute. | yii\base\Model |
getAttributes() | Returns attribute values. | yii\base\Model |
getBehavior() | Returns the named behavior object. | yii\base\Component |
getBehaviors() | Returns all behaviors attached to this component. | yii\base\Component |
getErrors() | Returns the errors for all attributes or a single attribute. | yii\base\Model |
getFirstError() | Returns the first error of the specified attribute. | yii\base\Model |
getFirstErrors() | Returns the first error of every attribute in the model. | yii\base\Model |
getIterator() | Returns an iterator for traversing the attributes in the model. | yii\base\Model |
getScenario() | Returns the scenario that this model is used in. | yii\base\Model |
getTemplate() | Prende il template | lispa\amos\sondaggi\models\GeneratoreSondaggio |
getTemplatePath() | lispa\amos\sondaggi\models\GeneratoreSondaggio | |
getValidators() | Returns all the validators declared in rules(). | yii\base\Model |
hasErrors() | Returns a value indicating whether there is any validation error. | yii\base\Model |
hasEventHandlers() | Returns a value indicating whether there is any handler attached to the named event. | yii\base\Component |
hasMethod() | Returns a value indicating whether a method is defined. | yii\base\Component |
hasProperty() | Returns a value indicating whether a property is defined for this component. | yii\base\Component |
init() | Initializes the object. | yii\base\Object |
isAttributeActive() | Returns a value indicating whether the attribute is active in the current scenario. | yii\base\Model |
isAttributeRequired() | Returns a value indicating whether the attribute is required. | yii\base\Model |
isAttributeSafe() | Returns a value indicating whether the attribute is safe for massive assignments. | yii\base\Model |
load() | Populates the model with input data. | yii\base\Model |
loadMultiple() | Populates a set of models with the data from end user. | yii\base\Model |
off() | Detaches an existing event handler from this component. | yii\base\Component |
offsetExists() | Returns whether there is an element at the specified offset. | yii\base\Model |
offsetGet() | Returns the element at the specified offset. | yii\base\Model |
offsetSet() | Sets the element at the specified offset. | yii\base\Model |
offsetUnset() | Sets the element value at the specified offset to null. | yii\base\Model |
on() | Attaches an event handler to an event. | yii\base\Component |
onUnsafeAttribute() | This method is invoked when an unsafe attribute is being massively assigned. | yii\base\Model |
render() | lispa\amos\sondaggi\models\GeneratoreSondaggio | |
rules() | Returns the validation rules for attributes. | yii\base\Model |
safeAttributes() | Returns the attribute names that are safe to be massively assigned in the current scenario. | yii\base\Model |
scenarios() | Returns a list of scenarios and the corresponding active attributes. | yii\base\Model |
setAttributes() | Sets the attribute values in a massive way. | yii\base\Model |
setScenario() | Sets the scenario for the model. | yii\base\Model |
toArray() | Converts the model into an array. | yii\base\ArrayableTrait |
trigger() | Triggers an event. | yii\base\Component |
validate() | Performs the data validation. | yii\base\Model |
validateMultiple() | Validates multiple models. | yii\base\Model |
Protected Methods
Method | Description | Defined By |
---|---|---|
resolveFields() | Determines which fields can be returned by toArray(). | yii\base\ArrayableTrait |
Events
Event | Type | Description | Defined By |
---|---|---|---|
EVENT_AFTER_VALIDATE | yii\base\Event | An event raised at the end of validate() | yii\base\Model |
EVENT_BEFORE_VALIDATE | yii\base\ModelEvent | An event raised at the beginning of validate(). | yii\base\Model |
Constants
Constant | Value | Description | Defined By |
---|---|---|---|
SCENARIO_DEFAULT | 'default' | The name of the default scenario. | yii\base\Model |
Property Details
The root path of the template files that are currently being used.
Method Details
Genera il Model nel percorso specificato per la pagina indicata
public void creaModel ( $percorso, $id, $percorso_validator, $ns ) | ||
$percorso | ||
$id | ||
$percorso_validator | ||
$ns |
Genera la classe Validatrice nel percorso specificato
public void creaValidator ( $percorso, $id ) | ||
$percorso | ||
$id |
Genera la View nel percorso specificato per la pagina indicata
public void creaView ( $percorso, $id, $ns ) | ||
$percorso | ||
$id | ||
$ns |
Returns the root path to the default code template files.
The default implementation will return the "templates" subdirectory of the directory containing the generator class file.
public string defaultTemplate ( ) | ||
return | string | The root path to the default code template files. |
---|
Genera le rules del model.
public array generaCampi ( lispa\amos\sondaggi\models\SondaggiDomandePagine $pagina ) | ||
$pagina | \lispa\amos\sondaggi\models\lispa\amos\sondaggi\models\SondaggiDomandePagine | |
return | array | L'array delle rules del model |
---|
Genera le funzioni per validare i dati
public void generaFunzioni ( lispa\amos\sondaggi\models\SondaggiDomandePagine $pagina ) | ||
$pagina |
Genera il codice javascript per le domande condizionate in modo da farle visualizzare o nascondere, il funzionamento è differenziato in base alla presenza di domande condizionate in questa pagina oppure in pagine precedenti
public string generaJavascript ( $idD, $utente = NULL ) | ||
$idD | integer | Id della domanda |
$utente | ||
return | string | Restituisce il codice javascript da inserire nella view |
---|
Genera le label del model
public array generaLabel ( lispa\amos\sondaggi\models\SondaggiDomandePagine $pagina ) | ||
$pagina | lispa\amos\sondaggi\models\SondaggiDomandePagine | L'active record della pagina del sondaggio |
return | array | L'array con le labels del model |
---|
Genera la funzione di salvataggio della pagina
public void generaSave ( $pagina ) | ||
$pagina | integer | Id della pagina per cui generare la funzione di salvataggio |
Genera gli attributi del model.
public array generateAttributi ( lispa\amos\sondaggi\models\SondaggiDomandePagine $pagina ) | ||
$pagina | \lispa\amos\sondaggi\models\lispa\amos\sondaggi\models\SondaggiDomandePagine | |
return | array | L'array degli attributi del model |
---|
Genera le rules del model.
public array generateRules ( lispa\amos\sondaggi\models\SondaggiDomandePagine $pagina, $percorso_validator ) | ||
$pagina | \lispa\amos\sondaggi\models\lispa\amos\sondaggi\models\SondaggiDomandePagine | |
$percorso_validator | ||
return | array | L'array delle rules del model |
---|
Prende il template
public void getTemplate ( ) |
public string getTemplatePath ( ) | ||
return | string | The root path of the template files that are currently being used. |
---|---|---|
throws | yii\base\InvalidConfigException | if $template is invalid |
public void render ( $template, $params = [] ) | ||
$template | ||
$params |