Contao\ContentElement::__set PHP Метод

__set() публичный Метод

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