コード例 #1
0
ファイル: FullMuseum.php プロジェクト: triquanta/libizi
 protected static function getJsonSchemaPath()
 {
     return Assets::getJsonSchemaPath() . '/mtgobjects/museum_full_object';
 }
コード例 #2
0
 protected static function getJsonSchemaPath()
 {
     return Assets::getJsonSchemaPath() . '/compactmtgobjects/story_navigation_compact_object';
 }
コード例 #3
0
ファイル: CompactPublisher.php プロジェクト: triquanta/libizi
 protected static function getJsonSchemaPath()
 {
     return Assets::getJsonSchemaPath() . '/compactmtgobjects/publisher_compact_object';
 }