MetaModels\Attribute\IAttribute::set PHP Method

set() public method

All changes to an attribute via set() are considered to be non persistent and therefore will not update any structural information or auxiliary properties that might be needed within the attribute type. For persistent updates, use {@link IAttribute::handleMetaChange()} instead.
public set ( string $strKey, mixed $varValue ) : MetaModels\Attribute\IAttribute
$strKey string The meta information name that shall be set.
$varValue mixed The value to set.
return MetaModels\Attribute\IAttribute Instance of this attribute, for chaining support.
    public function set($strKey, $varValue);