Class CFW_IO_Writer

Description

書き込み装置抽象

  • author: okada
  • abstract:

Located in /IO/Writer.php (line 7)


	
			
Direct descendents
Method Summary
unknown_type __construct ()
unknown_type write ($str $str)
unknown_type writeLine ($str $str)
Methods
Constructor __construct (line 12)

構築

  • access: public
unknown_type __construct ()

Redefined in descendants as:
write (line 19)

指定文字列を書き込む

  • abstract:
  • access: public
unknown_type write ($str $str)
  • $str $str

Redefined in descendants as:
writeLine (line 25)

指定文字列を書き込み改行を付加する

  • abstract:
  • access: public
unknown_type writeLine ($str $str)
  • $str $str

Redefined in descendants as:

Documentation generated on Fri, 25 Dec 2009 22:46:29 +0900 by phpDocumentor 1.4.3