Instagram\API\Response\Model\HDProfilePicURLInfo::setWidth PHP 메소드

setWidth() 공개 메소드

public setWidth ( integer $width )
$width integer
    public function setWidth($width)
    {
        $this->width = $width;
    }