abstract public function Job::__toString in Apigee Edge 8
Returns this job's textual representation.
Return value
string The string representation of the job.
5 methods override Job::__toString()
- DeveloperCreate::__toString in src/
Job/ DeveloperCreate.php - Returns this job's textual representation.
- DeveloperSync::__toString in src/
Job/ DeveloperSync.php - Returns this job's textual representation.
- DeveloperUpdate::__toString in src/
Job/ DeveloperUpdate.php - Returns this job's textual representation.
- UserCreate::__toString in src/
Job/ UserCreate.php - Returns this job's textual representation.
- UserUpdate::__toString in src/
Job/ UserUpdate.php - Returns this job's textual representation.
File
- src/
Job/ Job.php, line 290
Class
- Job
- Defines the Job class.
Namespace
Drupal\apigee_edge\JobCode
public abstract function __toString() : string;