Fix to PHPDocumentor comments
git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@60243 2327b42d-5241-43d6-9e2a-de5ac946f064
This commit is contained in:
parent
ee74ef9254
commit
dfa6533b10
|
@ -99,7 +99,7 @@ class PHPExcel_Reader_Excel2003XML implements PHPExcel_Reader_IReader
|
||||||
* Set read data only
|
* Set read data only
|
||||||
*
|
*
|
||||||
* @param boolean $pValue
|
* @param boolean $pValue
|
||||||
* @return PHPExcel_Reader_Excel2007
|
* @return PHPExcel_Reader_Excel2003XML
|
||||||
*/
|
*/
|
||||||
public function setReadDataOnly($pValue = false) {
|
public function setReadDataOnly($pValue = false) {
|
||||||
$this->_readDataOnly = $pValue;
|
$this->_readDataOnly = $pValue;
|
||||||
|
@ -120,7 +120,7 @@ class PHPExcel_Reader_Excel2003XML implements PHPExcel_Reader_IReader
|
||||||
* Set which sheets to load
|
* Set which sheets to load
|
||||||
*
|
*
|
||||||
* @param mixed $value
|
* @param mixed $value
|
||||||
* @return PHPExcel_Reader_Excel2007
|
* @return PHPExcel_Reader_Excel2003XML
|
||||||
*/
|
*/
|
||||||
public function setLoadSheetsOnly($value = null)
|
public function setLoadSheetsOnly($value = null)
|
||||||
{
|
{
|
||||||
|
@ -132,7 +132,7 @@ class PHPExcel_Reader_Excel2003XML implements PHPExcel_Reader_IReader
|
||||||
/**
|
/**
|
||||||
* Set all sheets to load
|
* Set all sheets to load
|
||||||
*
|
*
|
||||||
* @return PHPExcel_Reader_Excel2007
|
* @return PHPExcel_Reader_Excel2003XML
|
||||||
*/
|
*/
|
||||||
public function setLoadAllSheets()
|
public function setLoadAllSheets()
|
||||||
{
|
{
|
||||||
|
@ -153,7 +153,7 @@ class PHPExcel_Reader_Excel2003XML implements PHPExcel_Reader_IReader
|
||||||
* Set read filter
|
* Set read filter
|
||||||
*
|
*
|
||||||
* @param PHPExcel_Reader_IReadFilter $pValue
|
* @param PHPExcel_Reader_IReadFilter $pValue
|
||||||
* @return PHPExcel_Reader_Excel2007
|
* @return PHPExcel_Reader_Excel2003XML
|
||||||
*/
|
*/
|
||||||
public function setReadFilter(PHPExcel_Reader_IReadFilter $pValue) {
|
public function setReadFilter(PHPExcel_Reader_IReadFilter $pValue) {
|
||||||
$this->_readFilter = $pValue;
|
$this->_readFilter = $pValue;
|
||||||
|
|
|
@ -99,7 +99,7 @@ class PHPExcel_Reader_OOCalc implements PHPExcel_Reader_IReader
|
||||||
* Set read data only
|
* Set read data only
|
||||||
*
|
*
|
||||||
* @param boolean $pValue
|
* @param boolean $pValue
|
||||||
* @return PHPExcel_Reader_Excel2007
|
* @return PHPExcel_Reader_OOCalc
|
||||||
*/
|
*/
|
||||||
public function setReadDataOnly($pValue = false) {
|
public function setReadDataOnly($pValue = false) {
|
||||||
$this->_readDataOnly = $pValue;
|
$this->_readDataOnly = $pValue;
|
||||||
|
@ -120,7 +120,7 @@ class PHPExcel_Reader_OOCalc implements PHPExcel_Reader_IReader
|
||||||
* Set which sheets to load
|
* Set which sheets to load
|
||||||
*
|
*
|
||||||
* @param mixed $value
|
* @param mixed $value
|
||||||
* @return PHPExcel_Reader_Excel2007
|
* @return PHPExcel_Reader_OOCalc
|
||||||
*/
|
*/
|
||||||
public function setLoadSheetsOnly($value = null)
|
public function setLoadSheetsOnly($value = null)
|
||||||
{
|
{
|
||||||
|
@ -132,7 +132,7 @@ class PHPExcel_Reader_OOCalc implements PHPExcel_Reader_IReader
|
||||||
/**
|
/**
|
||||||
* Set all sheets to load
|
* Set all sheets to load
|
||||||
*
|
*
|
||||||
* @return PHPExcel_Reader_Excel2007
|
* @return PHPExcel_Reader_OOCalc
|
||||||
*/
|
*/
|
||||||
public function setLoadAllSheets()
|
public function setLoadAllSheets()
|
||||||
{
|
{
|
||||||
|
@ -153,7 +153,7 @@ class PHPExcel_Reader_OOCalc implements PHPExcel_Reader_IReader
|
||||||
* Set read filter
|
* Set read filter
|
||||||
*
|
*
|
||||||
* @param PHPExcel_Reader_IReadFilter $pValue
|
* @param PHPExcel_Reader_IReadFilter $pValue
|
||||||
* @return PHPExcel_Reader_Excel2007
|
* @return PHPExcel_Reader_OOCalc
|
||||||
*/
|
*/
|
||||||
public function setReadFilter(PHPExcel_Reader_IReadFilter $pValue) {
|
public function setReadFilter(PHPExcel_Reader_IReadFilter $pValue) {
|
||||||
$this->_readFilter = $pValue;
|
$this->_readFilter = $pValue;
|
||||||
|
|
Loading…
Reference in New Issue