Documentation
sushee_DependencyProcessorData
Object describing the elements linked together by the dependency which is processed. An object of this type is given to the method called by a dependency processor.
exemples
class DepProcessor{
function execute($data){
$data->getOperation();
$data->getOriginElement();
$data->getTargetElement();
$data->getType();
}
}