Skip to content

cDateStrategyMonthly::FromString()

Rainer Stötter edited this page May 17, 2017 · 15 revisions

Method FromString( )

 public  abstract   mixed libdatephp\cDateStrategy::FromString(string $str)

The ABSTRACT method FromString( ) reads its specifications from the string $str Subclasses have to code this method before the class can be used.

The string template can be used for serialization.

The calendars for celebrities and holidays remain untouched.

Arguments

  • $str string - <p>the specifications as string</p>

See also

Clone this wiki locally