/home/homes/manuelrouge/sites/devellopement/PHP/module3/svg/index.php:31:
object(Classes\Container)[7]
  protected array 'shapes' => 
    array (size=3)
      0 => 
        object(Classes\Rectangle)[2]
          protected int 'x' => int 100
          protected int 'y' => int 100
          protected string 'fill' => string 'firebrick' (length=9)
          protected float 'opacity' => float 0.9
          protected int 'width' => int 100
          protected int 'height' => int 150
      1 => 
        object(Classes\Ellipse)[4]
          protected int 'x' => int 250
          protected int 'y' => int 80
          protected string 'fill' => string 'dodgerblue' (length=10)
          protected float 'opacity' => float 0.8
          private int 'rx' => int 50
          private int 'ry' => int 80
      2 => 
        object(Classes\Triangle)[6]
          protected int 'x' => int 50
          protected int 'y' => int 50
          protected string 'fill' => string 'purple' (length=6)
          protected float 'opacity' => float 0.2
          private string 'second' => string '500,0' (length=5)
          private string 'troisieme' => string '250,250' (length=7)