Skip to content
View MASTERPLAYZ0000's full-sized avatar
😪
sleeping
😪
sleeping

Block or report MASTERPLAYZ0000

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
MASTERPLAYZ0000/README.md

Header

<?php

namespace MASTERPLAYZ0000;

use MASTERPLAYZ0000\languages\Php;
use MASTERPLAYZ0000\languages\Golang;
use MASTERPLAYZ0000\languages\JavaScript;
use MASTERPLAYZ0000\languages\CSharp;

use MASTERPLAYZ0000\ides\PhpStorm;
use MASTERPLAYZ0000\ides\GoLand;
use MASTERPLAYZ0000\ides\WebStorm;
use MASTERPLAYZ0000\ides\Rider;
use MASTERPLAYZ0000\ides\VisualStudio;

use MASTERPLAYZ0000\editors\VisualStudioCode;
use MASTERPLAYZ0000\editors\Notepad;
use MASTERPLAYZ0000\editors\Vim;

class About extends Myself {

  private $name = "MasterPlayz";
  
  private $discord = "MasterPlayz#8424";
  
  private $age = 17;
  
  public function getName() : string {
    return $this->name;
  }
  
  public function getDiscord() : string {
    return $this->discord;
   }
   
   public function getAge() : string {
    return $this->age;
   }
    
  public function getJob() : array {
    return [
      "company" => null,
      "position" => null,
    ];
  }
  
  public function getKnownLanguages() : array {
    return [
      Php::class,
      Golang::class,
      JavaScript::class,
      CSharp::class
    ];
  }
  
  public function getUsingIdes() : array {
    return [
      PhpStorm::class,
      GoLand::class,
      WebStorm::class,
      Rider::class,
      VisualStudio::class
    ];
  }
  
  public function getUsingEditors() : array {
    return [
      Notepad::class,
      VisualStudioCode::class,
      Vim::class,
      SublimeText::class
    ];
  }
}
?>

Popular repositories Loading

  1. MASTERPLAYZ0000 MASTERPLAYZ0000 Public

    Profile ReadME

    3