Instagram\API\Response\FollowersFriendshipResponse::setSections PHP 메소드

setSections() 공개 메소드

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