TMail_Part::set PHP Method

set() public method

public set ( $content )
    public function set($content)
    {
        $this->content = $content;
    }