Xinc-Plugin-Repos-Property
[ class tree: Xinc-Plugin-Repos-Property ] [ index: Xinc-Plugin-Repos-Property ] [ all elements ]

Class: Xinc_Plugin_Repos_Property_SetTask

Source Location: /Xinc/Plugin/Repos/Property/SetTask.php

Class Overview

Xinc_Plugin_Task_Base
   |
   --Xinc_Plugin_Repos_Property_SetTask



Methods


Inherited Variables

Inherited Methods

Class: Xinc_Plugin_Task_Base

Xinc_Plugin_Task_Base::__construct()
Constructor, stores a reference to the plugin for usage of functionality
Xinc_Plugin_Task_Base::getName()
Returns name of task by lowercasing class name.
Xinc_Plugin_Task_Base::getTasks()
Xinc_Plugin_Task_Base::getXml()
Xinc_Plugin_Task_Base::init()
Xinc_Plugin_Task_Base::registerTask()
Support for subtasks, empty by default.
Xinc_Plugin_Task_Base::setXml()

Class Details

[line 33]


[ Top ]


Class Methods


method getName [line 126]

string getName( )

Returns name of Task.



Tags:

return:  Name of task.
access:  public


Overrides Xinc_Plugin_Task_Base::getName() (Returns name of task by lowercasing class name.)

[ Top ]

method getPluginSlot [line 136]

integer getPluginSlot( )

Returns the slot of this task inside a build.



Tags:

return:  The slot number.
access:  public


[ Top ]

method process [line 141]

void process( Xinc_Build_Interface $build)



Tags:

access:  public


Parameters:

Xinc_Build_Interface   $build  

[ Top ]

method setFile [line 92]

void setFile( $fileName)



Tags:

access:  public


Parameters:

   $fileName  

[ Top ]

method setIf [line 87]

void setIf( $if)



Tags:

access:  public


Parameters:

   $if  

[ Top ]

method setName [line 66]

void setName( string $name, $build)

sets the name of the property



Tags:

access:  public


Parameters:

string   $name  
   $build  

[ Top ]

method setValue [line 79]

void setValue( string $value, $build)

sets the value of the property



Tags:

access:  public


Parameters:

string   $value  
   $build  

[ Top ]

method validate [line 102]

boolean validate( )

Validates if a task can run by checking configs, directries and so on.



Tags:

return:  Is true if task can run.
access:  public


[ Top ]


Documentation generated on Sun, 09 Dec 2012 21:49:32 +0100 by phpDocumentor 1.4.4