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

setSections() public method

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