[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/lib/phpexcel/PHPExcel/Style/ -> Supervisor.php (summary)

PHPExcel_Style_Supervisor Copyright (c) 2006 - 2015 PHPExcel

Copyright: Copyright (c) 2006 - 2015 PHPExcel (http://www.codeplex.com/PHPExcel)
License: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt LGPL
Version: ##VERSION##, ##DATE##
File Size: 125 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 7 functions

  __construct()
  bindParent()
  getIsSupervisor()
  getActiveSheet()
  getSelectedCells()
  getActiveCell()
  __clone()

Functions
Functions that are not part of a class:

__construct($isSupervisor = false)   X-Ref
Create a new PHPExcel_Style_Alignment

param: boolean    $isSupervisor    Flag indicating if this is a supervisor or not

bindParent($parent, $parentPropertyName = null)   X-Ref
Bind parent. Only used for supervisor

param: PHPExcel $parent
return: PHPExcel_Style_Supervisor

getIsSupervisor()   X-Ref
Is this a supervisor or a cell style component?

return: boolean

getActiveSheet()   X-Ref
Get the currently active sheet. Only used for supervisor

return: PHPExcel_Worksheet

getSelectedCells()   X-Ref
Get the currently active cell coordinate in currently active sheet.
Only used for supervisor

return: string E.g. 'A1'

getActiveCell()   X-Ref
Get the currently active cell coordinate in currently active sheet.
Only used for supervisor

return: string E.g. 'A1'

__clone()   X-Ref
Implement PHP __clone to create a deep clone, not just a shallow copy.




Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1