1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-12 01:27:53 +08:00

19 lines
243 B
PHP
Raw Normal View History

<?php
namespace NS1\SubNS2;
use NS2\SubNS\Level2;
class Level1 extends Level2 {
protected function level1Method() {
//
}
public function doSometing() {
$this->
$this->getLevel31Instance()->
$this->getAnother31Instance()->
}
}