mdm\admin\models\Assignment::__get PHP Method

__get() public method

public __get ( $name )
    public function __get($name)
    {
        if ($this->user) {
            return $this->user->{$name};
        }
    }