Instagram\API\Response\Model\ImageVersionCandidate::setWidth PHP Méthode

setWidth() public méthode

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