GET 35% OFF ON 2ND ITEM  PROMOCODE: OFF35
front
back

I am a web developer Round neck T-Shirt Unisex

€14.00
front

I am a web developer Round neck T-Shirt Unisex

€14.00
Additional products and optionsRound neck T-Shirt Unisex
Colour:
Black
Product Details

Round neck T-Shirt Unisex

Custom short sleeve T-Shirts for men makes a perfect and timeless gift. Its round neck and classic cut will sublimate any of your outfits.

  • Classic Fit
  • Sleeve type: Short sleeves
  • Collar type: round neck
  • Quality fabric: 150 g/m² - 4,5 oz/yd²
  • Material: 100% cotton
Campaign details

<?php
class WebDeveloper extends Programmer
{
protected $experience;
protected $skills;

public function __construct($microsoftLover=false)
{
if($microsoftLover)
{
return new Exception("Something is wrong!!!",500);
}
}
public function setExperience($years)
{
$this->experience=$years;
}
public function setSkills($skills)
{
$this->skills=$skills;
}
public function need()
{
return "Coffee";
}
public function isAvailable()
{
return new Exception('Is not available now!',404);
}
}