Eloquent\Phony\Exporter\Exporter::exportCallable PHP Method

exportCallable() public method

Export a string representation of a callable value.
public exportCallable ( callable $callback ) : string
$callback callable The callable.
return string The exported callable.
    public function exportCallable($callback);