예제 #1
1
파일: get.php 프로젝트: nandor/stickStudio
    function getAssets ($i) {
        $anim = new Animation ($i);

        foreach ($anim->getAssets () as $asset) {
            echo $asset->name;
        }
    }