Youshido\Tests\StarWars\Schema\StarWarsData::han PHP 메소드

han() 개인적인 정적인 메소드

private static han ( )
    private static function han()
    {
        return ['id' => '1002', 'name' => 'Han Solo', 'friends' => ['1000', '1003', '2001'], 'appearsIn' => [4, 5, 6]];
    }