BaseIO

Type
Abstract Class
Namespace
Craft
Inherits
Craft\BaseIO
Extended by
Craft\File, Craft\Folder
Since
1.0

Class BaseIO

See also http://craftcms.com

View source (opens new window)

# Protected Properties

Property Description
$path string (opens new window)

# $path

Signature

protected string $path = null

# Public Methods

# changeGroup()

Signature

public boolean changeGroup ( $group )

# changeOwner()

Signature

public boolean changeOwner ( $owner )

# changePermissions()

Signature

public boolean changePermissions ( $permissions )

# getFolderName()

Signature

public string getFolderName ( $fullPath = true )

# getGroup()

Signature

public mixed getGroup ( )

# getLastTimeModified()

Signature

public mixed getLastTimeModified ( )

# getOwner()

Signature

public mixed getOwner ( )

# getPermissions()

Signature

public mixed getPermissions ( )

# getRealPath()

Signature

public mixed getRealPath ( )

# isReadable()

Signature

public mixed isReadable ( )

# isWritable()

Signature

public mixed isWritable ( )

# move()

Signature

public boolean move ( $newPath )

# rename()

Signature

public boolean rename ( $newName )