Contao\Module::__set PHP Method

__set() public method

Set an object property
public __set ( string $strKey, mixed $varValue )
$strKey string
$varValue mixed
    public function __set($strKey, $varValue)
    {
        $this->arrData[$strKey] = $varValue;
    }