/**
  * Constructs a new field declaration.
  */
 public function __construct()
 {
     parent::__construct(self::IMAGE);
 }
Exemple #2
0
 /**
  * Constructs a new field declaration.
  */
 public function __construct()
 {
     parent::__construct(self::CLAZZ);
 }