BlueShoes Application Framework made with PHP http://www.blueshoes.org/


Packageindex Classtrees Modulegroups Elementlist Report XML Files

File: C:/usr/local/lib/php/blueshoes-4.2/core/net/ftp/Bs_FtpClientFactory.class.php
BlueShoes Application Framework - net/ftp

Bs_FtpClientFactory

Bs_Object
   |
  +-- Bs_FtpClientFactory

Ftp client factory class.

 

public class Bs_FtpClientFactory extends Bs_Object

Ftp client factory class.
you may wish to use an ftp implementation, such as the built in from php. butyou are not sure if it's possible, for example if the php one iscompiled/added/activated in php. so you can use this class to ask what'savailable and get an object.features:-missing:-wishlist:-

Authors
Version4.0.$id$
Copyrightblueshoes.org

 

Methods inherited from Bs_Object

isex, isexception, tostring, tohtml, persist, unpersist, bs_object, bbsetoutput, bbawake, bbisawake, bbxmsg, bbxfunctionstart, bbxfunctionend, bbxecho, bbxvar, bbxvardump, bbforcetrace, bbbufferstart, bbbufferget, bbbufferendflush, bbbufferendclean

Public Method Summary

void

Bs_FtpClientFactory()

constructor
mixed

supports(string $what)

tells if the given implementation exists and is supported.
object [unknown]

&produce(string $what)

if you use this without checking supports() first, it's your problem.

Private Constant Summary

BS_FTPCLIENTFACTORY_VERSION >>4.0.$x$<< Warning: documentation is missing.

Public Method Details

Bs_FtpClientFactory

public void Bs_FtpClientFactory( )

  constructor

Returns void


supports

public mixed supports( string $what )

  tells if the given implementation exists and is supported.

Parameter
string $what
('php', 'blueshoes' or something else.)
Returns mixed

(bool TRUE=yes, bool FALSE=no, NULL=don't know)


&produce

public object [unknown] &produce( string $what )

  if you use this without checking supports() first, it's your problem.

Parameter
string $what
('php', 'blueshoes' or something else.)
Returns object [unknown]

Throws null

Private Constant Details

BS_FTPCLIENTFACTORY_VERSION

define( BS_FTPCLIENTFACTORY_VERSION, >>4.0.$x$<< )
Case: default: case sensitive




Packageindex Classtrees Modulegroups Elementlist Report XML Files
PHPDoc 1.0beta