コード例 #1
0
ファイル: index.php プロジェクト: eldianmartin/TaskTrack
function getstates($obj)
{
    $state = new state();
    return $state->getall();
}