コード例 #1
0
 public function __construct()
 {
     parent::construct(\SilexSimpleAnnotations\REQUIRED, 'Path');
 }
コード例 #2
0
 public function __construct()
 {
     parent::construct(\SilexSimpleAnnotations\OPT_NO_VAL, 'Bind');
 }
コード例 #3
0
 public function __construct()
 {
     parent::construct(\SilexSimpleAnnotations\OPT_DEF_VAL, 'Method', 'GET');
 }
コード例 #4
0
 public function __construct()
 {
     parent::construct(\SilexSimpleAnnotations\REQUIRED, 'Prefix', null, true);
 }