Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion en/api/Phalcon_Events_Manager.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Phalcon Events Manager, offers an easy way to intercept and manipulate, if neede
Methods
-------

public **attach** (*string* $eventType, *object|callable* $handler, [*int* $priority])
public **attach** (*string* $eventType, *object* $handler, [*int* $priority])

Attach a listener to the events manager

Expand Down
2 changes: 1 addition & 1 deletion es/api/Phalcon_Events_Manager.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Phalcon Events Manager, offers an easy way to intercept and manipulate, if neede
Methods
-------

public **attach** (*string* $eventType, *object|callable* $handler, [*int* $priority])
public **attach** (*string* $eventType, *object* $handler, [*int* $priority])

Attach a listener to the events manager

Expand Down
2 changes: 1 addition & 1 deletion fr/api/Phalcon_Events_Manager.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Phalcon Events Manager, offers an easy way to intercept and manipulate, if neede
Methods
-------

public **attach** (*string* $eventType, *object|callable* $handler, [*int* $priority])
public **attach** (*string* $eventType, *object* $handler, [*int* $priority])

Attach a listener to the events manager

Expand Down
2 changes: 1 addition & 1 deletion ja/api/Phalcon_Events_Manager.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Phalcon Events Manager, offers an easy way to intercept and manipulate, if neede
Methods
-------

public **attach** (*string* $eventType, *object|callable* $handler, [*int* $priority])
public **attach** (*string* $eventType, *object* $handler, [*int* $priority])

Attach a listener to the events manager

Expand Down
2 changes: 1 addition & 1 deletion pl/api/Phalcon_Events_Manager.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Phalcon Events Manager, offers an easy way to intercept and manipulate, if neede
Methods
-------

public **attach** (*string* $eventType, *object|callable* $handler, [*int* $priority])
public **attach** (*string* $eventType, *object* $handler, [*int* $priority])

Attach a listener to the events manager

Expand Down
2 changes: 1 addition & 1 deletion pt/api/Phalcon_Events_Manager.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Phalcon Events Manager, offers an easy way to intercept and manipulate, if neede
Methods
-------

public **attach** (*string* $eventType, *object|callable* $handler, [*int* $priority])
public **attach** (*string* $eventType, *object* $handler, [*int* $priority])

Attach a listener to the events manager

Expand Down
2 changes: 1 addition & 1 deletion ru/api/Phalcon_Events_Manager.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Phalcon Events Manager, offers an easy way to intercept and manipulate, if neede
Methods
-------

public **attach** (*string* $eventType, *object|callable* $handler, [*int* $priority])
public **attach** (*string* $eventType, *object* $handler, [*int* $priority])

Attach a listener to the events manager

Expand Down
2 changes: 1 addition & 1 deletion zh/api/Phalcon_Events_Manager.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Phalcon Events Manager, offers an easy way to intercept and manipulate, if neede
Methods
-------

public **attach** (*string* $eventType, *object|callable* $handler, [*int* $priority])
public **attach** (*string* $eventType, *object* $handler, [*int* $priority])

Attach a listener to the events manager

Expand Down