没有命名空间的类 yii yii\base yii\behaviors yii\caching yii\captcha yii\console yii\console\controllers yii\console\widgets yii\data yii\db yii\db\conditions yii\db\cubrid yii\db\cubrid\conditions yii\db\mssql yii\db\mssql\conditions yii\db\mysql yii\db\oci yii\db\oci\conditions yii\db\pgsql yii\db\sqlite yii\db\sqlite\conditions yii\di yii\filters yii\filters\auth yii\grid yii\helpers yii\i18n yii\log yii\mail yii\mutex yii\rbac yii\rest yii\test yii\validators yii\web yii\widgets

Class yii\widgets\PjaxAsset

继承yii\widgets\PjaxAsset » yii\web\AssetBundle » yii\base\BaseObject
实现yii\base\Configurable
可用版本自2.0
源码 https://github.com/yiichina/yii2/blob/api/framework/widgets/PjaxAsset.php

This asset bundle provides the javascript files required by yii\widgets\Pjax widget.

公共属性

隐藏继承的属性

属性类型描述被定义在
$basePath string 此资源包里,包含着资源文件的可以 Web 访问的目录。 如果设置了 $sourcePath,这个属性会被 yii\web\AssetManager 覆盖 当它从 $sourcePath 发布资源文件时。 你可以使用目录或目录的别名。 yii\web\AssetBundle
$baseUrl string 属性 $js$css 里定义的相对路径的资源文件的基本 URL。 如果设置了 $sourcePath,这个属性会被 yii\web\AssetManager 覆盖 当它从 $sourcePath 发布资源文件时。 You can use either a URL or an alias of the URL. yii\web\AssetBundle
$css array 此资源包包含的 CSS 文件列表。 Each CSS file can be specified 每个 CSS 文件都能像 $js 注释里的三种格式那样指定。 请注意,只能使用正斜杠“/”作为目录分隔符。 yii\web\AssetBundle
$cssOptions array 将传递给 yii\web\View::registerCssFile() 方法的选项, 当此资源包注册 CSS 文件时。 yii\web\AssetBundle
$depends yii\widgets\PjaxAsset
$js yii\widgets\PjaxAsset
$jsOptions array 将传递给 yii\web\View::registerJsFile() 方法的选项, 当此资源包注册 JS 文件时。 yii\web\AssetBundle
$publishOptions array 将传递给 yii\web\AssetManager::publish() 方法的选项, 当此资源包正在发布时。仅在设置了 $sourcePath 时使用此属性。 yii\web\AssetBundle
$sourcePath yii\widgets\PjaxAsset

公共方法

隐藏继承的方法

方法描述被定义在
__call() Calls the named method which is not a class method. yii\base\BaseObject
__construct() Constructor. yii\base\BaseObject
__get() Returns the value of an object property. yii\base\BaseObject
__isset() Checks if a property is set, i.e. defined and not null. yii\base\BaseObject
__set() Sets value of an object property. yii\base\BaseObject
__unset() Sets an object property to null. yii\base\BaseObject
canGetProperty() Returns a value indicating whether a property can be read. yii\base\BaseObject
canSetProperty() Returns a value indicating whether a property can be set. yii\base\BaseObject
className() Returns the fully qualified name of this class. yii\base\BaseObject
hasMethod() Returns a value indicating whether a method is defined. yii\base\BaseObject
hasProperty() Returns a value indicating whether a property is defined. yii\base\BaseObject
init() Initializes the object. yii\base\BaseObject
publish() 当源码不在 Web 可访问的目录下面时,发布资源包。 它也会用 asset converter 去编译 非 CSS 或者 JS 的文件 (比如,LESS,Sass)成为 CSS 和 JS 文件。 yii\web\AssetBundle
register() 注册资源包到某视图。 yii\web\AssetBundle
registerAssetFiles() 注册 CSS 和 JS 文件到所给的视图。 yii\web\AssetBundle

属性详情

$depends 公共 属性
public $depends = ['yii\web\YiiAsset']
$js 公共 属性
public $js = ['jquery.pjax.js']
$sourcePath 公共 属性
public $sourcePath '@bower/yii2-pjax'