PhpOrient\Protocols\Binary\Data\Record::__set PHP Method

__set() public method

Magic Method, set directly to the Orient Record content as property
public __set ( $name, $value )
$name
$value
    public function __set($name, $value)
    {
        $this->offsetSet($name, $value);
    }