Instagram\API\Response\FollowingFriendshipResponse::setSections PHP Méthode

setSections() public méthode

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