示例#1
0
    /**
     * Get the context
     *
     * @return KCommand
     */
    public function getContext()
    {
        $context = new KDatabaseContext();
        $context->setSubject($this);

        return $context;
    }