Skip to content

Commit

Permalink
Build warning:
Browse files Browse the repository at this point in the history
Phalcon_DI.rst:20: WARNING: unknown document: Phalcon_Di_ServiceInterface
  • Loading branch information
netstu committed Nov 30, 2012
1 parent 3e6e0b3 commit 78fe22c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions en/api/Phalcon_DI.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ Phalcon\\DI constructor



public :doc:`Phalcon\\Di\\ServiceInterface <Phalcon_Di_ServiceInterface>` **set** (*string* $name, *mixed* $config, *boolean* $shared)
public :doc:`Phalcon\\Di\\ServiceInterface <Phalcon_DI_ServiceInterface>` **set** (*string* $name, *mixed* $config, *boolean* $shared)

Registers a service in the services container



public :doc:`Phalcon\\Di\\ServiceInterface <Phalcon_Di_ServiceInterface>` **setShared** (*string* $name, *mixed* $config)
public :doc:`Phalcon\\Di\\ServiceInterface <Phalcon_DI_ServiceInterface>` **setShared** (*string* $name, *mixed* $config)

Registers an "always shared" service in the services container

Expand All @@ -33,7 +33,7 @@ Removes a service in the services container



public :doc:`Phalcon\\Di\\ServiceInterface <Phalcon_Di_ServiceInterface>` **attempt** (*string* $name, *mixed* $config, *unknown* $shared)
public :doc:`Phalcon\\Di\\ServiceInterface <Phalcon_DI_ServiceInterface>` **attempt** (*string* $name, *mixed* $config, *unknown* $shared)

Attempts to register a service in the services container Only is successful if a service hasn't been registered previously with the same name

Expand All @@ -45,7 +45,7 @@ Returns a service definition without resolving



public :doc:`Phalcon\\Di\\ServiceInterface <Phalcon_Di_ServiceInterface>` **getService** (*unknown* $name)
public :doc:`Phalcon\\Di\\ServiceInterface <Phalcon_DI_ServiceInterface>` **getService** (*unknown* $name)

Returns a Phalcon\\Di\\Service instance

Expand Down

0 comments on commit 78fe22c

Please sign in to comment.