BEAR_Aspect
[ class tree: BEAR_Aspect ] [ index: BEAR_Aspect ] [ all elements ]

Class: BEAR_Aspect_JoinPoint

Source Location: /BEAR/Aspect/JoinPoint.php

Class Overview

BEAR_Base
   |
   --BEAR_Aspect_JoinPoint

ジョインポイント


Author(s):

Version:

  • Release: @package_version@ $Id: JoinPoint.php 2485 2011-06-05 18:47:28Z koriyama@bear-project.net $

Copyright:

  • 2008-2011 Akihito Koriyama All rights reserved.

Methods


Inherited Variables

Inherited Methods


Class Details

[line 30]
ジョインポイント

ジョインポイント アドバイスが織り込まれるターゲットクラスのリフレクションを用いて 情報を取得したりメソッドを実行したりできます。




Tags:

author:  Akihito Koriyama <koriyama@bear-project.net>
version:  Release: @package_version@ $Id: JoinPoint.php 2485 2011-06-05 18:47:28Z koriyama@bear-project.net $
copyright:  2008-2011 Akihito Koriyama All rights reserved.
link:  http://www.bear-project.net
license:  BSD


[ Top ]


Class Methods


method getArgument [line 52]

array getArgument( )

引数の取得

引数の取得




Tags:

access:  public


[ Top ]

method getClassReflection [line 84]

ReflectionClass getClassReflection( )

joinpointのクラスリフレクションを返す

joinpointのクラスリフレクションを返す




Tags:

access:  public


[ Top ]

method getMethodReflection [line 74]

ReflectionMethod getMethodReflection( )

joinpointのメソッドリフレクションを返す

joinpointのメソッドリフレクションを返す




Tags:

access:  public


[ Top ]

method getObject [line 64]

stdClass getObject( )

joinpointの取得

joinpointの取得 jointpointを取得します。




Tags:

access:  public


[ Top ]

method proceed [line 41]

mixed proceed( $values)

折り込み元のオリジナルメソッドを実行

折り込み元のオリジナルメソッドを実行 アドバイス織り込み対象元のメソッドを実行します。




Tags:

access:  public


Parameters:

array   $values   引数

[ Top ]


Documentation generated on Sat, 30 Jul 2011 00:10:36 +0900 by phpDocumentor 1.4.3