Instagram\API\Response\FollowingFriendshipResponse::setSections PHP Method

setSections() public method

public setSections ( FollowingSection[] $sections )
$sections Instagram\API\Response\Model\FollowingSection[]
    public function setSections($sections)
    {
        $this->sections = $sections;
    }