Skip to content

Commit

Permalink
Implement #6: add 'discovery' package
Browse files Browse the repository at this point in the history
  • Loading branch information
Bui Sy Nguyen committed Jan 22, 2016
1 parent 2328401 commit e9746dc
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 12 deletions.
2 changes: 0 additions & 2 deletions fproject/amf/discovery/ClassFindInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
* The information necessary for a service router to be able to load a class' file and instanciate it
* could be extended later with namespaces when they become mainstream
*
* @package Amfphp_Core_Common
* @author Ariel Sommeria-klein
*/
class ClassFindInfo {

Expand Down
2 changes: 0 additions & 2 deletions fproject/amf/discovery/MethodDescriptor.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
/**
* Contains all collected information about a service method.
*
* @author Ariel Sommeria-klein
* @package Amfphp_Plugins_Discovery
*/
class MethodDescriptor {

Expand Down
2 changes: 0 additions & 2 deletions fproject/amf/discovery/ParameterDescriptor.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
/**
* Contains all collected information about a service method parameter
*
* @author Ariel Sommeria-klein
* @package Amfphp_Plugins_Discovery
*/
class ParameterDescriptor {

Expand Down
4 changes: 1 addition & 3 deletions fproject/amf/discovery/ServiceDescriptor.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,9 @@

namespace fproject\amf\discovery;

/**
/**
* Contains all collected information about a service. This information will be used by the generator.
*
* @author Ariel Sommeria-klein
* @package Amfphp_Plugins_Discovery
*/
class ServiceDescriptor {
/**
Expand Down
4 changes: 1 addition & 3 deletions fproject/amf/discovery/ServiceRouter.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,9 @@

/**
* The Service Router class is responsible for executing the remote service method and returning it's value.
* based on the old 'Executive' of php 1.9. It looks for a service either explicitely defined in a
* based on the old 'Executive' of php 1.9. It looks for a service either explicitly defined in a
* ClassFindInfo object, or in a service folder.
*
* @package Amfphp_Core_Common
* @author Ariel Sommeria-klein
*/
class ServiceRouter {
/**
Expand Down

0 comments on commit e9746dc

Please sign in to comment.