Instagram\API\Response\Model\HDProfilePicURLInfo::setWidth PHP Method

setWidth() public method

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