lithium\tests\mocks\core\MockStaticMethodFiltering::parents PHP 메소드

parents() 공개 정적인 메소드

public static parents ( $get = false )
    public static function parents($get = false)
    {
        if ($get === null) {
            static::$_parents = array();
        }
        if ($get) {
            return static::$_parents;
        }
        return static::_parents();
    }