Giter Site home page Giter Site logo

reflection's Introduction

Wingu Reflection

Latest Version Software License Build Status Coverage Status Quality Score Total Downloads

Library on top of PHP Reflection with some extra helper methods and a more powerfulgs PHP DocBlock and annotation tags reflection.

Install

Via Composer

$ composer require wingu/reflection

Usage

Please see USAGE for details.

Testing

$ vendor/bin/simple-phpunit

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

reflection's People

Contributors

dragosprotung avatar zorn-v avatar javierabion avatar

Stargazers

Thanh Trần avatar Aymeric Anger avatar ice avatar Jose Monagas avatar Insolita avatar GT avatar Nam Nguyen avatar windqyoung avatar Maksim Tikhonov avatar Kernel Jackson avatar Damon Haley avatar

Watchers

James Cloos avatar  avatar Philipp Frenzel avatar Antoine Verger avatar Adam avatar  avatar

reflection's Issues

How to fix this error? - name of parameter doesnt start with $

Following error message:

[Wingu\OctopusCore\Reflection\Annotation\Exceptions\RuntimeException] exception 'Wingu\OctopusCore\Reflection\Annotation\Exceptions\RuntimeException' with message 'The name of the parameter does not start with "$".'

And class looks like this:

namespace app\models\SOAP;

/**
 * This is the model, that will be used to build the WSDL
 * @author Philipp Frenzel <[email protected]>
 */

class SearchRequest
{
  /**
   * @var string apikey pls check your account for details
   * @soap
   */
  public $apikey;

  /**
   * @var string key the external key, that will be used as return identification to the requester
   * @soap
   */
  public $key;

  /**
   * @var string query the party name, that will be used to lookup by the search allgorithems
   * @soap
   */
  public $query;

  /**
   * @var string country ISO-2 Country Code (2 digits)
   * @soap
   */
  public $country;

  /**
   * @var integer pageSize number of records, that will be returned by the request
   * @soap
   */
  public $pageSize;

  /**
   * @var string listIds list of ids, that will be searched
   * @soap
   */
  public $listIds;

}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.