2017 © Pedro Peláez
 

library api

Fobia Api Component

image

fobiaweb/api

Fobia Api Component

  • Wednesday, August 6, 2014
  • by fobia
  • Repository
  • 3 Watchers
  • 0 Stars
  • 11 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

# API

php App Api, (*1)

$api = new Api_Object_Name($params);, (*2)

Для выполнения метода и получения результата, выполните след.:, (*3)

$api->invoke();
if ($error = $api->errorInfo) {
    $result = $error;
} else {
    $result = $api->getResponse();
}

Эти действия можно выполнить короче, (*4)

$result = $api();

Обращение к объекту как к фунции вызовит последовательность вышеперечисленый действий, (*5)

tmp, (*6)

The Versions

06/08 2014

dev-develop

dev-develop

Fobia Api Component

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

27/07 2014

dev-master

9999999-dev

Fobia Api Component

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

27/07 2014

v0.1.0

0.1.0.0

Fobia Api Component

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires