Instagram\API\Response\Model\FollowingSection::setTitle PHP Method

setTitle() public method

public setTitle ( string $title )
$title string
    public function setTitle($title)
    {
        $this->title = $title;
    }