PATH:
var
/
www
/
clients
/
client1
/
web1
/
web
/
wp-content
/
sitepress-multilingual-cms
/
classes
/
ATE
/
models
<?php /** * @author OnTheGo Systems */ class WPML_TM_Job_Created { public $job_id; public $rid; public $translation_service; public $translator_id; public $translation_package; public $batch_options; public $data; /** * WPML_TM_Job_Created constructor. * * @param array $args */ public function __construct( array $args ) { foreach ( $args as $key => $value ) { $this->$key = $value; } } }
[-] class-wpml-tm-ate-job-repository.php
[edit]
[-] class-wpml-tm-ate-models-job-create.php
[edit]
[-] class-wpml-tm-job-created.php
[edit]
[-] class-wpml-tm-ate-models-language.php
[edit]
[-] class-wpml-tm-ate-models-job-file.php
[edit]
[+]
..