|
Class Phalcon\Assets\Resource\Js¶extends class Phalcon\Assets\Resource Represents Javascript resources Methods¶public __construct (string $path, [boolean $local], [boolean $filter], [array $attributes]) public getType () inherited from Phalcon\Assets\Resource public getPath () inherited from Phalcon\Assets\Resource public getLocal () inherited from Phalcon\Assets\Resource public getFilter () inherited from Phalcon\Assets\Resource public getAttributes () inherited from Phalcon\Assets\Resource public getSourcePath () inherited from Phalcon\Assets\Resource ... public getTargetPath () inherited from Phalcon\Assets\Resource ... public getTargetUri () inherited from Phalcon\Assets\Resource ... public setType (mixed $type) inherited from Phalcon\Assets\Resource Sets the resource’s type public setPath (mixed $path) inherited from Phalcon\Assets\Resource Sets the resource’s path public setLocal (mixed $local) inherited from Phalcon\Assets\Resource Sets if the resource is local or external public setFilter (mixed $filter) inherited from Phalcon\Assets\Resource Sets if the resource must be filtered or not public setAttributes (array $attributes) inherited from Phalcon\Assets\Resource Sets extra HTML attributes public setTargetUri (mixed $targetUri) inherited from Phalcon\Assets\Resource Sets a target uri for the generated HTML public setSourcePath (mixed $sourcePath) inherited from Phalcon\Assets\Resource Sets the resource’s source path public setTargetPath (mixed $targetPath) inherited from Phalcon\Assets\Resource Sets the resource’s target path public getContent ([mixed $basePath]) inherited from Phalcon\Assets\Resource Returns the content of the resource as an string Optionally a base path where the resource is located can be set public getRealTargetUri () inherited from Phalcon\Assets\Resource Returns the real target uri for the generated HTML public getRealSourcePath ([mixed $basePath]) inherited from Phalcon\Assets\Resource Returns the complete location where the resource is located public getRealTargetPath ([mixed $basePath]) inherited from Phalcon\Assets\Resource Returns the complete location where the resource must be written |