FOF30\Model\DataModel::setBehaviorParam PHP Method

setBehaviorParam() public method

Set a behavior param
public setBehaviorParam ( string $name, mixed $value )
$name string The name of the param you want to set
$value mixed The value to set
    public function setBehaviorParam($name, $value)
    {
        $this->_behaviorParams[$name] = $value;
        return $this;
    }