Learner\Services\Layouts\Videos\VideoTrait::getWidth PHP Method

getWidth() public method

Get width.
public getWidth ( ) : integer
return integer
    public function getWidth()
    {
        return $this->width;
    }