PHP Class Eloquent\Phony\Call\Event\AbstractCallEvent

Inheritance: extends Eloquent\Phony\Event\AbstractEvent, implements Eloquent\Phony\Call\Event\CallEvent
Afficher le fichier Open project: eloquent/phony Class Usage Examples

Méthodes publiques

Méthode Description
call ( ) : Eloquent\Phony\Call\Call | null Get the call.
setCall ( Eloquent\Phony\Call\Call $call ) Set the call.

Method Details

call() public méthode

Get the call.
public call ( ) : Eloquent\Phony\Call\Call | null
Résultat Eloquent\Phony\Call\Call | null The call, or null if no call has been set.

setCall() public méthode

Set the call.
public setCall ( Eloquent\Phony\Call\Call $call )
$call Eloquent\Phony\Call\Call The call.