We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
コントローラと同様、Logicにも、Logic.__constructを定義できるようにし、ロジックの初期化処理等を記述できるようにする。
The text was updated successfully, but these errors were encountered:
hifive#352 ロジックの__constructがロジック作成時に動作するようにしました。
9845850
以下のテストケースを追加しました 『__constructの実行』 『__constructが例外を投げる場合』 『h5.core.logic()で__constructが実行されること』 『__constructの時点でロジックのメソッドが用意されていること』 『[build#min]__constructに対してアスペクトが適用されること』
__constructは親ロジックから実行されるように実装しましたが、子ロジックから実行されるように修正します。
Sorry, something went wrong.
hifive#352 ロジックの__constructを子ロジックから実行されるようにしました。
130c451
テストケースを追加しました。 hifive#359 ロジックでキャッシュを使用するように修正しました。 (テストケースは未追加です) weaveLogicAspectsとweaveControllerAspectsを統合して、コントローラもロジックもweaveAspectsを使用するようにしました。
hifive#352 ロジック__constructの実行を再帰の中で行うようにしました
fb18311
hifive#359 ロジックキャッシュの登録を__construct呼び出しが終わったタイミングで行うようにしました。
fukudayasuo
No branches or pull requests
コントローラと同様、Logicにも、Logic.__constructを定義できるようにし、ロジックの初期化処理等を記述できるようにする。
The text was updated successfully, but these errors were encountered: