The most basic action class is Action, though API users will generally not need to create objects of that class directly. Users wishing to extend the features of pLog via plugins will likely use BlogAction for actions in the public interface, and AdminAction, SiteAdminAction or BlogOwnerAdminAction depending on which user privileges are required to use the given action.
BlogOwnerAdminAction