• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
    • Help
      • Online help
      • Learn Git
      • Welcome to Bitbucket
      • Keyboard shortcuts
    • Log In
    Blackrock
    1. Blackrock

    main

    Public
    Actions
    • Clone

    Learn more about cloning repositories

    You have read-only access

    Navigation
    • Source
    • Commits
    • Branches
    • All Branches Graph
    • Graphs
    • Forks
    1. Blackrock
    2. main

    Source

    main/wp-content/plugins/wpml-translation-management/classes/ATE/models/class-wpml-tm-ate-models-job-file.php
    Артем ШиряевАртем Ширяев committed 554847ddcb906 Apr 2021
    Raw file
    Source viewDiff to previous
     
    1
    <?php
    2
    ​
    3
    /**
    4
     * @author OnTheGo Systems
    5
     */
    6
    class WPML_TM_ATE_Models_Job_File {
    7
        public $content;
    8
        public $name;
    9
        public $type;
    10
    ​
    11
        /**
    12
         * WPML_TM_ATE_Models_Job_File constructor.
    13
         *
    14
         * @param array $args
    15
         */
    16
        public function __construct( array $args = array() ) {
    17
            foreach ( $args as $key => $value ) {
    18
                $this->$key = $value;
    19
            }
    20
        }
    21
    }
    • Git repository management for enterprise teams powered by Atlassian Bitbucket
    • Atlassian Bitbucket v5.10.1
    • Documentation
    • Contact Support
    • Request a feature
    • About
    • Contact Atlassian
    Atlassian

    Everything looks good. Well let you know here if theres anything you should know about.